Incognito Toggle
Switches between incognito and regular browsing
What is Incognito Toggle?
Incognito Toggle is a Chrome extension developed by Meebuhs, and its main feature is "Switches between incognito and regular browsing".
Extension Screenshots
Download Incognito Toggle Extension CRX File
Download Incognito Toggle 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
This extension provides a simple way to switch between incognito and regular browsing.
Extension Basic Information
Name | Incognito Toggle |
ID | mdgklkgfkebppeoioeldnnnhfodlnlkj |
Official URL | https://chromewebstore.google.com/detail/incognito-toggle/mdgklkgfkebppeoioeldnnnhfodlnlkj |
Description | Switches between incognito and regular browsing |
File Size | 30.16 KB |
Installation Count | 331 |
Current Version | 0.1.0 |
Last Updated | 2019-12-03 |
Publish Date | 2019-12-02 |
Developer | Meebuhs |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Switches between incognito and regular browsing", "version": "0.1.0", "name": "Incognito Toggle", "permissions": [ "tabs" ], "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": { "default_icon": { "32": "images\/incognito-toggle-icon-32.png", "64": "images\/incognito-toggle-icon-64.png", "128": "images\/incognito-toggle-icon-128.png" } }, "icons": { "32": "images\/incognito-toggle-icon-32.png", "64": "images\/incognito-toggle-icon-64.png", "128": "images\/incognito-toggle-icon-128.png" }, "manifest_version": 2 } |