Digital Mask: User-Agent Switcher Firefox

Examine source code of Digital Mask: User-Agent Switcher

Inspect and view changes in Digital Mask: User-Agent Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Digital Mask: User-Agent Switcher",
  "version": "1.0.0",
  "description": "Switch User-Agent, spoof JS fingerprint (platform, screen, WebGL, canvas) and protect privacy.",
  "browser_specific_settings": {
    "gecko": {
      "id": "digital-mask-1@provincialcxz",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "512": "icons/icon128.png"
    }
  },
  "icons": {
    "512": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-bridge.js"
      ],
      "run_at": "document_start",
      "world": "ISOLATED"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "wordlist.txt"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Digital Mask: User-Agent Switcher Alternatives

Here are some Firefox add-ons that are similar to Digital Mask: User-Agent Switcher: