Content Filter Firefox

Examine source code of Content Filter

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

Melhores alternativas Content Filter

Aqui estão algumas Firefox add-ons que são similares a Content Filter: