Autohide Downloads Bar

Autohide Downloads Bar

This extension closes the downloads bar after a set amount of time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Autohide Downloads Bar",
  "description": "This extension closes the downloads bar after a set amount of time",
  "version": "1.3",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": false
  },
  "permissions": [
    "downloads",
    "downloads.shelf",
    "storage"
  ],
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  }
}