uMatrix Firefox

Examine source code of uMatrix

제작자: Raymond Hill Add-on
Inspect and view changes in uMatrix source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "uMatrix@raymondhill.net",
      "strict_min_version": "56.0a1"
    }
  },
  "author": "Raymond Hill",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "19": "img/browsericons/icon19-off.png"
    },
    "default_popup": "popup.html",
    "default_title": "uMatrix"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/js/vapi-client.js",
        "/js/contentscript-start.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "/js/contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extShortDesc__",
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "uMatrix",
  "options_ui": {
    "open_in_tab": true,
    "page": "dashboard.html"
  },
  "permissions": [
    "browsingData",
    "cookies",
    "privacy",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "short_name": "uMatrix",
  "version": "1.4.4"
}

최고의 uMatrix 대안

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