Mark Incognito

open any url in incognito by default

What is Mark Incognito?

Mark Incognito is a Chrome extension developed by hitesh saini, and its main feature is "open any url in incognito by default".

Extension Screenshots

screenshot
screenshot

Download Mark Incognito Extension CRX File

Download Mark 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

                        A chrome extension which enables user to quickly mark a domain as always incognito meaning that link will always be opened in a incognito window.

Note: Allow this extension in incognito mode.

Usage:
Step 1. Right click on any link and click on "MI link" in context menu. 
Step 2. Visit on that link, it will alway be opened in incognito window.

Click on extension icon to show marked urls. Where you can remove the marked url if you want.

Note: Allow this extension in incognito mode.                    

Extension Basic Information

Name Mark Incognito Mark Incognito
ID jlcjobnhmlbigainbeahgmnbbcikbkba
Official URL https://chrome.google.com/webstore/detail/mark-incognito/jlcjobnhmlbigainbeahgmnbbcikbkba
Description open any url in incognito by default
File Size 169 KB
Installation Count 47
Current Version 0.0.4
Last Updated 2021-05-30
Publish Date 2019-11-05
Rating 5.00/5 Total 2 Ratings
Developer hitesh saini
Email [email protected]
Payment Type free
Privacy Policy Page URL https://imagetext.xyz/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mark Incognito",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "open any url in incognito by default",
    "icons": {
        "128": "images\/16x16.png",
        "48": "images\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "incognito": "spanning",
    "browser_action": {
        "default_icon": {
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        },
        "default_title": "open any url in incognito by default"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}