Spoof Geolocation Firefox

Examine source code of Spoof Geolocation

By: Joue
Inspect and view changes in Spoof Geolocation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "0.2.9",
  "name": "Spoof Geolocation",
  "description": "This extension alters browser Geolocation latitude and longitude to user-defined values",
  "permissions": [
    "storage",
    "contextMenus",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png"
  },
  "action": {
    "default_popup": "/data/popup/index.html"
  },
  "background": {
    "service_worker": "worker.js",
    "scripts": [
      "tld.js",
      "context.js",
      "worker.js"
    ]
  },
  "homepage_url": "https://webextension.org/listing/spoof-geolocation.html",
  "commands": {
    "toggle-action": {
      "description": "Toggle between enabled and disable states"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{61173a74-ece7-4ef3-86a7-525538b78430}",
      "strict_min_version": "128.0"
    }
  }
}

Best Spoof Geolocation Alternatives

Here are some Firefox add-ons that are similar to Spoof Geolocation: