Divourer - Hide any element Firefox

Examine source code of Divourer - Hide any element

Por: xwilen22
Inspect and view changes in Divourer - Hide any element source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Divourer",
  "version": "1.1",
  "default_locale": "en",
  "description": "Removes elements by pointing and clicking",
  "icons": {
    "16": "icons/divour-16-context.png",
    "32": "icons/divour-32-context.png",
    "48": "icons/divour-48-active.png"
  },
  "permissions": [
    "activeTab",
    "menus"
  ],
  "background": {
    "scripts": [
      "background/contextMenu.js",
      "background/browserAction.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/divour-48-active.png",
    "default_title": "Divourer",
    "default_popup": "popup/controlpanel.html",
    "theme_icons": [
      {
        "light": "icons/divour-32-dark.png",
        "dark": "icons/divour-32-light.png",
        "size": 32
      }
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "divourer.js"
      ]
    }
  ]
}

Mejores alternativas Divourer - Hide any element

Aquí hay algunas Firefox add-ons que son similares a Divourer - Hide any element: