Chrome Download Fix

Chrome Download Fix

Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Chrome Download Fix",
  "version": "0.2.1",
  "icons": {
    "128": "icons/logo128.png"
  },
  "permissions": [
    "downloads",
    "downloads.shelf",
    "notifications",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "name": "Open Downloads Page"
  },
  "options_ui": {
    "page": "options.html"
  }
}