Impersonator Firefox

Examine source code of Impersonator

Inspect and view changes in Impersonator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Impersonator",
  "version": "0.1.2",
  "manifest_version": 3,
  "description": "Impersonator",
  "homepage_url": "https://impersonator.xyz",
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@impersonator.xyz"
    }
  },
  "action": {
    "default_title": "Impersonator",
    "default_icon": {
      "128": "./icons/icon128.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "16": "./icons/icon16.png",
    "48": "./icons/icon48.png",
    "128": "./icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "static/js/inject.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "static/js/impersonator.js"
      ],
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}

Best Impersonator Alternatives

Here are some Firefox add-ons that are similar to Impersonator: