Missofis Request Interceptor Firefox

Examine source code of Missofis Request Interceptor

Inspect and view changes in Missofis Request Interceptor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Missofis Request Interceptor",
  "version": "1.1.0",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "description": "A browser extension to intercept HTTP requests",
  "author": "Kemal Yılmaz",
  "icons": {
    "16": "assets/img/icon-16.png",
    "32": "assets/img/icon-32.png",
    "48": "assets/img/icon-48.png",
    "128": "assets/img/icon-128.png"
  },
  "background": {
    "page": "core/views/background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "core/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "core/views/popup.html",
    "default_title": "Missofis Request Interceptor"
  },
  "options_ui": {
    "page": "core/views/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "request-interceptor@missofis.com"
    }
  },
  "developer": {
    "name": "Kemal Yılmaz",
    "url": "https://xkema.github.io/about"
  }
}

Melhores alternativas Missofis Request Interceptor

Aqui estão algumas Firefox add-ons que são similares a Missofis Request Interceptor: