Element Remover

Element Remover

Don't Waste Time see 'Only Important', with Smooth UI of ScrollBar and Cursor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "assets/static/img/logo.png",
    "default_title": "Element Remover"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "assets/static/css/any.css"
      ],
      "js": [
        "assets/static/js/any.js"
      ],
      "matches": [
        "*://*/*",
        "file://*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "css": [
        "assets/css/options.css"
      ],
      "matches": [
        "*://*/*",
        "file://*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "font-src 'self' https://fonts.gstatic.com; style-src 'self' 'unsafe-inline'; script-src-elem 'self' 'unsafe-inline' https://apis.google.com; script-src 'self'; default-src 'self'; img-src 'self' 'unsafe-inline' data:; connect-src 'self' 'unsafe-inline'  https://*.googleapis.com/ https://element-remover.vercel.app"
  },
  "description": "Don't Waste Time see 'Only Important', with Smooth UI of ScrollBar and Cursor.",
  "host_permissions": [
    "*://*/*",
    "file://*",
    "<all_urls>"
  ],
  "icons": {
    "16": "assets/static/img/icon16.png",
    "32": "assets/static/img/icon32.png",
    "64": "assets/static/img/icon64.png",
    "128": "assets/static/img/icon128.png",
    "512": "assets/static/img/icon512.png"
  },
  "manifest_version": 3,
  "name": "Element Remover",
  "options_page": "dashboard.html",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "9.1.9",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*",
        "file://*"
      ],
      "resources": [
        "assets/*"
      ]
    }
  ]
}