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": "File Downloader", "commands": { "_execute_page_action": { "suggested_key": { "default": "Alt+Shift+D", "windows": "Alt+Shift+D", "mac": "Alt+Shift+D" } } }, "short_name": "Multifile DL", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "description": "Quickly get the downloads and nothing else.", "version": "1.6", "host_permissions": [ "<all_urls>" ], "permissions": [ "downloads", "storage" ], "manifest_version": 3, "action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_title": "Multiple File Downloader" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle", "all_frames": false } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "web_accessible_resources": [ { "resources": [ "main-style.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] }