Remove HTML Elements Firefox

Examine source code of Remove HTML Elements

By: Sevina
Inspect and view changes in Remove HTML Elements source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.6",
  "manifest_version": 3,
  "name": "Remove HTML Elements",
  "homepage_url": "https://mybrowseraddon.com/remove-html-elements.html",
  "description": "Easily remove desired HTML5 elements with just one click!",
  "commands": {
    "_execute_action": {}
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "data/content_script/icons/remove.png"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{6987a55d-d0bb-451b-bd87-b7e0f0dd6af4}"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "action": {
    "default_title": "Remove HTML Elements",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Remove HTML Elements Alternatives

Here are some Firefox add-ons that are similar to Remove HTML Elements: