Incognito This Tab for Google Chrome™

Open current page in incognito

What is Incognito This Tab for Google Chrome™?

Incognito This Tab for Google Chrome™ is a Chrome extension developed by Romkaq, and its main feature is "Open current page in incognito".

Extension Screenshots

screenshot
screenshot
screenshot

Download Incognito This Tab for Google Chrome™ Extension CRX File

Download Incognito This Tab for Google Chrome™ 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 the current page in an incognito (private mode) window by using context menu.

Important! Allow extension to work in incognito windows.

To open current page in incognito tab you just RightClick -> Open in Incognito                    

Extension Basic Information

Name Incognito This Tab for Google Chrome™ Incognito This Tab for Google Chrome™
ID fhafmefnbokbkdbheggacacknjfoabkn
Official URL https://chromewebstore.google.com/detail/incognito-this-tab-for-go/fhafmefnbokbkdbheggacacknjfoabkn
Description Open current page in incognito
File Size 11.9 KB
Installation Count 94
Current Version 1.1
Last Updated 2023-01-14
Publish Date 2021-05-27
Rating 5.00/5 Total 2 Ratings
Developer Romkaq
Email [email protected]
Payment Type free
Privacy Policy Page URL https://rq-dev.github.io/chrome-extensions-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Incognito This Tab for Google Chrome\u2122",
    "description": "Open current page in incognito",
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "service_worker": "script.js"
    },
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon128.png"
        }
    }
}