Go Incognito
Opens current tab in an incognito window, and removes it from your browsing history.
What is Go Incognito?
Go Incognito is a Chrome extension developed by https://browsernative.com, and its main feature is "Opens current tab in an incognito window, and removes it from your browsing history.".
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
Opens the current tab in an incognito window, closes it and removes it from your browsing history. Visit our homepage for more: https://browsernative.com/go-incognito/
Extension Basic Information
Name | Go Incognito |
ID | oimfnddepdafdfmammggkfmdepfmipai |
Official URL | https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai |
Description | Opens current tab in an incognito window, and removes it from your browsing history. |
File Size | 23.22 KB |
Installation Count | 254,465 |
Current Version | 0.0.7 |
Last Updated | 2023-11-24 |
Publish Date | 2019-11-28 |
Rating | 4.21/5 Total 43 Ratings |
Developer | https://browsernative.com |
[email protected] | |
Payment Type | free |
Extension Website | https://browsernative.com/go-incognito/ |
Help Page URL | https://browsernative.com/go-incognito/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go Incognito", "description": "Opens current tab in an incognito window, and removes it from your browsing history.", "permissions": [ "contextMenus", "activeTab", "history" ], "version": "0.0.7", "homepage_url": "https:\/\/browsernative.com\/go-incognito\/", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_title": "Go Incognito" }, "icons": { "48": "static\/48.png", "128": "static\/128.png", "16": "static\/16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+I" } } } } |