Incognito Mode

Creates an incognito popup with the omnibox hidden.

What is Incognito Mode?

Incognito Mode is a Chrome extension developed by Mortelle, and its main feature is "Creates an incognito popup with the omnibox hidden.".

Extension Screenshots

screenshot

Download Incognito Mode Extension CRX File

Download Incognito Mode 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

                        Incognito popup for single sign on.                    

Extension Basic Information

Name Incognito Mode Incognito Mode
ID nomafcbgmkfdbodhjjiomjkkkmmnhbij
Official URL https://chromewebstore.google.com/detail/incognito-mode/nomafcbgmkfdbodhjjiomjkkkmmnhbij
Description Creates an incognito popup with the omnibox hidden.
File Size 3.19 KB
Installation Count 2,341
Current Version 1.0
Last Updated 2021-05-16
Publish Date 2021-05-16
Rating 3.00/5 Total 2 Ratings
Developer Mortelle
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Incognito Mode",
    "description": "Creates an incognito popup with the omnibox hidden.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}