Container Interceptor Firefox

Examine source code of Container Interceptor

제작자: zoulraX Add-on
Inspect and view changes in Container Interceptor 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
{
  "manifest_version": 2,
  "name": "Container Interceptor",
  "version": "2.2",
  "description": "Intercepts navigation to let user choose a container.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "contextualIdentities",
    "cookies",
    "storage",
    "menus",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "interstitial.html",
    "interstitial.js",
    "style.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "container-interceptor@antigravity.local",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_title": "Container Interceptor",
    "default_popup": "popup.html",
    "default_icon": "icon-48.png"
  },
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  }
}

최고의 Container Interceptor 대안

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