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", "name": "Download Manager Integration Checklist", "description": "Effective solution to seamlessly integrate Internet Download Manager (IDM) with Google Chrome manually", "version": "4.1.0", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "permissions": [ "storage", "alarms", "declarativeNetRequestWithHostAccess", "scripting" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rule.json" } ] }, "background": { "service_worker": "background.js" } }