Device Privacy Firefox

Examine source code of Device Privacy

제작자: mondegrin
Inspect and view changes in Device Privacy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Privacy",
  "version": "2.0.0",
  "icons": {
    "32": "icon.svg",
    "64": "icon.svg"
  },
  "description": "Remove all information about your device and browser",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "injector.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "headers.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "scripting",
    "activeTab",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a60aff17-d4c2-4683-a69c-8866bb06df4b}"
    }
  }
}

최고의 Device Privacy 대안

다음은 Device Privacy과(와) 유사한 Firefox add-on입니다: