Incognito Mode

Creates an incognito popup with the omnibox hidden.

Wat is Incognito Mode?

Incognito Mode is een Chrome-extensie ontwikkeld door Mortelle, en de belangrijkste functie is "Creates an incognito popup with the omnibox hidden.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Incognito Mode

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

                        Incognito popup for single sign on.                    

Basisinformatie over de Extensie

Naam Incognito Mode Incognito Mode
ID nomafcbgmkfdbodhjjiomjkkkmmnhbij
Officiële URL https://chromewebstore.google.com/detail/incognito-mode/nomafcbgmkfdbodhjjiomjkkkmmnhbij
Beschrijving Creates an incognito popup with the omnibox hidden.
Bestandsgrootte 3.19 KB
Aantal Installaties 2,341
Huidige Versie 1.0
Laatst Bijgewerkt 2021-05-16
Publicatiedatum 2021-05-16
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Mortelle
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}