Request Interceptor Firefox

Examine source code of Request Interceptor

Inspect and view changes in Request Interceptor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Vinay Kumar Kaparthi",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "38": "images/logo_48.png"
    },
    "default_title": "Request Interceptor"
  },
  "description": "Intercept Requests and add custom rules to modify request/response headers, block/redirect requests, modify query params.",
  "icons": {
    "48": "images/logo_48.png",
    "64": "images/logo_64.png",
    "128": "images/logo_128.png"
  },
  "manifest_version": 2,
  "name": "Request Interceptor",
  "options_page": "index.html",
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*",
    "storage",
    "unlimitedStorage"
  ],
  "version": "1.5.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{59a5e07a-5406-401e-886c-6cc8dbf8260c}"
    }
  }
}

Meilleures alternatives Request Interceptor

Voici quelques Firefox add-ons qui sont similaires à Request Interceptor :