WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Hide Incognito Mode

Hide Incognito Mode

View on Chrome Web Store
View Hide Incognito Mode Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (17 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension helps you avoid some incognito mode detection methods, allowing you to view certain web pages in incognito mode.
Type
Extension
Users
3,000 users
1K
rehfeldchris
View author page of rehfeldchris
Published
Published on February 2, 2019
Version 1.10
Manifest version
2
Updated
Updated on July 16, 2021
productivity/developer
Extension Category
View on Chrome Web Store
View Hide Incognito Mode Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Chris Rehfeld [email protected]",
    "homepage_url": "http:\/\/rehfeld.us\/browser-extensions\/hide-incognito-mode",
    "name": "Hide Incognito Mode",
    "short_name": "HideIncog",
    "extNameCode": "him",
    "description": "This extension helps you avoid some incognito mode detection methods, allowing you to view certain web pages in incognito mode.",
    "version": "1.10",
    "minimum_chrome_version": "70",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "hide-incognito-mode-script-injector.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "hide-incognito-mode-background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "popup.js",
        "hide-incognito-mode-util.mjs",
        "popup.html",
        "ext-web\/setup.html",
        "ext-web\/updated.html",
        "ext-web\/hide-incognito-mode-install-config.gif",
        "ext-web\/hide-incognito-mode-setup.png",
        "ext-web\/him-details-button.png",
        "ext-web\/him-mode-buttons.png",
        "ext-web\/hide-incognito-mode-setup.png",
        "ext-web\/incognito-setting.png"
    ],
    "commands": {
        "wipe-data": {
            "suggested_key": {
                "default": "Ctrl+Shift+0"
            },
            "description": "Wipe Private Data (feature not working yet)"
        }
    },
    "incognito": "split",
    "permissions": [
        "storage",
        "browsingData"
    ],
    "icons": {
        "16": "icons\/bandit_mask_16x16.png",
        "48": "icons\/bandit_mask_48x48.png",
        "128": "icons\/bandit_mask_128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/bandit_mask_16x16.png",
            "48": "icons\/bandit_mask_48x48.png",
            "128": "icons\/bandit_mask_128x128.png"
        },
        "default_title": "Hide Incognito Mode config",
        "default_popup": "popup.html"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top