Tab Geo Spoofer Firefox

Examine source code of Tab Geo Spoofer

By: moriz
Inspect and view changes in Tab Geo Spoofer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Geo Spoofer",
  "version": "1.0.0",
  "description": "Override geolocation for only the current tab with coordinates, map selection, and presets.",
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Tab Geo Spoofer",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-bridge.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "inject-geolocation.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-geo-spoofer@example.local",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ]
      }
    }
  }
}

Best Tab Geo Spoofer Alternatives

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