Content Filter Firefox

Examine source code of Content Filter

제작자: xocdia789.net Add-on
Inspect and view changes in Content Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Content Filter",
  "description": "Remove content from the DOM based on regex",
  "version": "1.1",
  "icons": {
    "128": "black.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content-filter.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Remove content from the DOM based on regex"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{a3fa468f-5727-48f0-bbaa-a005f1fec550}"
    }
  }
}

최고의 Content Filter 대안

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