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": "Chrome History Cleaner", "description": "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.", "version": "1.0.5", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "incognito": "split", "action": { "default_icon": "icon.png", "default_title": "Chrome History Cleaner", "default_popup": "popup.html" }, "permissions": [ "browsingData", "storage", "alarms" ], "background": { "service_worker": "bm.js" } }