Request RegEx Filter Firefox

Examine source code of Request RegEx Filter

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"
  }
}

Best Request RegEx Filter Alternatives

Here are some Firefox add-ons that are similar to Request RegEx Filter: