possibleDetectIPWebs = [
  {
      "link": "https://ipinfo.io/json/",
      "countryCodeField": "country"    
  },
  {
      "link": "http://www.geoplugin.net/json.gp?jsoncallback=?",
      "countryCodeField": "geoplugin_countryCode"
  },
  {
      "link": "http://ip-api.com/json",
      "countryCodeField": "countryCode"
  },
  {
      "link": "https://api.ipstack.com/check?access_key=e834f123d0c4c1f36881402d80a94153",
      "countryCodeField": "country_code"
  }
]