Mark Incognito

open any url in incognito by default

Wat is Mark Incognito?

Mark Incognito is een Chrome-extensie ontwikkeld door hitesh saini, en de belangrijkste functie is "open any url in incognito by default".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Mark Incognito

Download Mark Incognito-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Mark Incognito Mark Incognito
ID jlcjobnhmlbigainbeahgmnbbcikbkba
Officiële URL https://chrome.google.com/webstore/detail/mark-incognito/jlcjobnhmlbigainbeahgmnbbcikbkba
Beschrijving open any url in incognito by default
Bestandsgrootte 169 KB
Aantal Installaties 47
Huidige Versie 0.0.4
Laatst Bijgewerkt 2021-05-30
Publicatiedatum 2019-11-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar hitesh saini
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://imagetext.xyz/privacy
Ondersteunde Talen 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'"
}