Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Download All PDFs", "version": "1.0.0", "description": "Your ultimate solution for swiftly downloading PDFs", "background": { "service_worker": "background.js" }, "action": [], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "tabs", "downloads", "webRequest", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "options.html" }