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": "Go Incognito", "description": "Opens current tab in an incognito window, and removes it from your browsing history.", "permissions": [ "contextMenus", "activeTab", "history", "storage" ], "version": "0.0.9", "homepage_url": "https:\/\/browsernative.com\/go-incognito\/", "options_page": "options.html", "background": { "service_worker": "sw.js" }, "action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_title": "Go Incognito" }, "icons": { "16": "static\/16.png", "48": "static\/48.png", "128": "static\/128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+I" } } } }