CSS Element Remover Firefox

Examine source code of CSS Element Remover

Inspect and view changes in CSS Element Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CSS Element Remover",
  "version": "2.2",
  "description": "Скрывает элементы на страницах",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    },
    "default_title": "CSS Remover",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "domain-match.js",
        "content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "kush-css-remover@pahakush.top",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best CSS Element Remover Alternatives

Here are some Firefox add-ons that are similar to CSS Element Remover: