OwnerURL

OwnerURL

Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://mts1.googleapis.com/ https://mts0.googleapis.com/ https://cbks0.googleapis.com/ https://ajax.googleapis.com https://maps.googleapis.com https://maps.gstatic.com; object-src 'self'",
  "name": "OwnerURL",
  "short_name": "Verify the legitimicy of the website you are on with a single click!",
  "description": "Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner",
  "version": "1.4",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "http://www.whoisxmlapi.com/",
    "http://maps.googleapis.com/",
    "https://maps.gstatic.com/",
    "http://*/"
  ]
}