IP Request Mapper

IP Request Mapper

This extension maps the location of the server(s) for all of the assets on the current page.

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "html/popup.html"
  },
  "content_security_policy": "script-src 'self' https://mts0.googleapis.com https://mts1.googleapis.com https://maps.googleapis.com https://maps.gstatic.com 'unsafe-eval'; object-src 'self'",
  "description": "This extension maps the location of the server(s) for all of the assets on the current page.",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJSderYXTBQe3RrBUBF6ICBp9UuJDghTTGcOHHfsXs65lCPvhlgL0Qr0vrL3Nmbut2LLt1VJOHfTo55qLwDWeKAkKzowHOxEpFotE5452Y8hBQG/1Dd1SEvgosEQyActhj/in7aMZbdlDr6YBDrknrGmFcXYRAQQi/xNnXgCoPowIDAQAB",
  "manifest_version": 2,
  "name": "IP Request Mapper",
  "permissions": [
    "<all_urls>",
    "tabs",
    "webRequest",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.3"
}