Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "name": "Download with Ant Download Manager", "short_name": "DLHelper", "version": "0.5.0", "description": "__MSG_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "permissions": [ "scripting", "cookies", "contextMenus", "downloads", "tabs", "activeTab", "webNavigation", "nativeMessaging", "webRequest", "management", "storage" ], "minimum_chrome_version": "88.0", "default_locale": "en", "offline_enabled": false, "background": { "service_worker": "background_CH5.js", "type": "module" }, "icons": { "16": "icons\/app16.png", "128": "icons\/app128.png" }, "action": { "default_icon": { "19": "icons\/app19_disabled.png", "38": "icons\/app38_disabled.png" }, "default_popup": "popup\/popup.html", "default_title": "" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }