Simple Element Blocker Firefox

Examine source code of Simple Element Blocker

Par : 0x41696F
Inspect and view changes in Simple Element Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Element Blocker",
  "version": "1.0.0",
  "description": "Block unwanted elements on web pages",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "element-blocker@yourdomain.com",
      "strict_min_version": "58.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Element Blocker",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}

Meilleures alternatives Simple Element Blocker

Voici quelques Firefox add-ons qui sont similaires à Simple Element Blocker :