Request RegEx Filter Firefox

Examine source code of Request RegEx Filter

제작자: Henry Lu
Inspect and view changes in Request RegEx Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Filter HTTP request with regex",
  "manifest_version": 2,
  "name": "Request RegEx Filter",
  "version": "1.1resigned1",
  "applications": {
    "gecko": {
      "id": "{a2c52af7-1cdd-4540-8d3b-ce73abfa7200}",
      "strict_min_version": "55.0"
    }
  },
  "permissions": [
    "webRequest",
    "<all_urls>",
    "storage",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  }
}

최고의 Request RegEx Filter 대안

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