Cosmetic Content Eraser Firefox

Examine source code of Cosmetic Content Eraser

Inspect and view changes in Cosmetic Content Eraser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Cosmetic Content Eraser",
  "version": "1.0.2",
  "description": "Click to remove unwanted elements from any website. Automatically remembers and hides your selections on future visits. Restore anytime. 100% private - all data stored locally on your device.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{600597a5-4a16-4d9f-b81f-363130378c43}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background_scripts/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/storage.js",
        "content_scripts/selector-generator.js",
        "content_scripts/cosmetic-eraser.js",
        "content_scripts/app.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_icon": "icons/eraser.svg",
    "default_title": "Cosmetic Content Eraser"
  },
  "sidebar_action": {
    "default_panel": "sidebar/sidebar.html",
    "default_title": "Erased Content",
    "default_icon": "icons/eraser.svg"
  },
  "icons": {
    "48": "icons/eraser.svg",
    "96": "icons/eraser.svg"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "mac": "Command+Shift+X"
      },
      "description": "Toggle eraser mode"
    },
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "Open sidebar"
    }
  },
  "options_ui": {
    "page": "settings/settings.html",
    "open_in_tab": true
  }
}

Best Cosmetic Content Eraser Alternatives

Here are some Firefox add-ons that are similar to Cosmetic Content Eraser: