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": "Don't save to history", "version": "1.0.3", "action": { "default_popup": "popup.html", "default_title": "Don't save to history", "default_icon": "192-history-no.png" }, "permissions": [ "storage", "tabs", "history" ], "description": "This extension lets you create a custom list of websites that will never be recorded in your browser's history.", "icons": { "16": "16-history-no.png", "32": "32-history-no.png", "48": "48-history-no.png", "192": "192-dont-save-to-history.png" }, "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" } }