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": "BrowsingData Erase", "version": "0.0.0.137", "version_name": "0.0.1.37", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "\/icon\/icon_128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "browsingData", "cookies", "storage" ], "host_permissions": [ "<all_urls>" ], "options_page": "\/html\/options.html", "action": { "default_icon": { "16": "\/icon\/icon_128.png" }, "default_title": "BrowsingData Erase", "default_popup": "\/html\/popup.html" } }