Simple UserAgent Spoofing Firefox

Examine source code of Simple UserAgent Spoofing

제작자: Vidcass
Inspect and view changes in Simple UserAgent Spoofing source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom User Agent Spoofer",
  "version": "1.0",
  "description": "Spoof your user agent and block browser fingerprinting headers.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a7fed8e8-d635-42b2-9dc5-448e34705772}"
    }
  }
}

최고의 Simple UserAgent Spoofing 대안

다음은 Simple UserAgent Spoofing과(와) 유사한 Firefox add-on입니다: