Hide downloads shelf

Hide downloads shelf

This extension makes Chrome hide the downloads shelf even when a file is downloaded.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "0.1",
  "permissions": [
    "downloads",
    "downloads.shelf"
  ],
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "default_locale": "en"
}