Go Incognito!
Open current page in incognito mode (shortcut CTRL+I).
What is Go Incognito!?
Go Incognito! is a Chrome extension developed by aaarys, and its main feature is "Open current page in incognito mode (shortcut CTRL+I).".
Extension Screenshots
Download Go Incognito! Extension CRX File
Download Go Incognito! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Open current page in incognito mode, you have 3 options to do it: - use shortcut "CTRL+I" - click icon in toolbar - select `Go Incognito!` from right-click menu
Extension Basic Information
Name | Go Incognito! |
ID | ibckhjfbpagomemcmiihcglgcimbjbpe |
Official URL | https://chromewebstore.google.com/detail/go-incognito/ibckhjfbpagomemcmiihcglgcimbjbpe |
Description | Open current page in incognito mode (shortcut CTRL+I). |
File Size | 13.83 KB |
Installation Count | 165 |
Current Version | 1.0 |
Last Updated | 2019-01-03 |
Publish Date | 2019-01-03 |
Developer | aaarys |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go Incognito!", "version": "1.0", "description": "Open current page in incognito mode (shortcut CTRL+I).", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "contextMenus", "tabs" ], "browser_action": { "default_icon": { "16": "icons\/incognito_icon16.png", "32": "icons\/incognito_icon32.png", "48": "icons\/incognito_icon48.png", "128": "icons\/incognito_icon128.png" } }, "icons": { "16": "icons\/incognito_icon16.png", "32": "icons\/incognito_icon32.png", "48": "icons\/incognito_icon48.png", "128": "icons\/incognito_icon128.png" }, "commands": { "toggle-open-incognito": { "suggested_key": { "default": "Ctrl+I", "mac": "MacCtrl+I" }, "description": "Open in incognito" } }, "manifest_version": 2 } |