Hide Fixed Elements (packaged by Denis)

Hide Fixed Elements (packaged by Denis)

Hide fixed elements on a page to open up more viewing space

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Hide Fixed Elements (packaged by Denis)",
  "description": "Hide fixed elements on a page to open up more viewing space",
  "version": "1.2.2",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": {
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}