Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Always Clear Downloads in Chrome", "short_name": "Always Clear Downloads", "manifest_version": 2, "version": "2.0", "description": "A Google Chrome Extension to always clear the downloads list of all completed downloads.", "icons": { "16": "cloud-computing16.png", "32": "cloud-computing32.png", "64": "cloud-computing64.png", "128": "cloud-computing128.png" }, "browser_action": { "default_icon": { "16": "cloud-computing16.png", "32": "cloud-computing32.png", "64": "cloud-computing64.png", "128": "cloud-computing128.png" }, "default_title": "Always Clear Downloads" }, "permissions": [ "browsingData", "downloads", "downloads.shelf", "storage", "contextMenus" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] } }