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", "manifest_version": 3, "name": "Clear Downloads", "version": "1.2.0", "description": "Clears the Downloads list every 10 seconds to force the download button to disappear when all downloads are complete", "homepage_url": "https:\/\/github.com\/sindresorhus\/clear-downloads", "minimum_chrome_version": "125", "permissions": [ "browsingData" ], "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js", "type": "module" } }