Hide Anything - Element Hider for Chrome™

Hide Anything - Element Hider for Chrome™

Best element hider for Chrome™. Remove distractions in a breeze.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0.2",
  "manifest_version": 3,
  "icons": {
    "16": "./ic_16.png",
    "32": "./ic_32.png",
    "48": "./ic_48.png",
    "128": "./ic_128.png"
  },
  "background": {
    "service_worker": "./b.js"
  },
  "action": {
    "default_popup": "pu.html"
  },
  "default_locale": "en_US",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "css": [
        "s.css"
      ],
      "js": [
        "./f.js"
      ]
    }
  ]
}