Geo Flags Firefox

Examine source code of Geo Flags

By: Max P. Add-on
Inspect and view changes in Geo Flags source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Geo Flags",
  "version": "1.1.0",
  "description": "Shows server location info for every domain a webpage contacts",
  "permissions": [
    "webRequest",
    "storage",
    "webNavigation",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background/db.js",
      "background/settings.js",
      "background/geo_cache.js",
      "background/tab_state.js",
      "background/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Geo Flags",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "geoflags@maxpoletaev.github.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Geo Flags Alternatives

Here are some Firefox add-ons that are similar to Geo Flags: