Outcognito2

This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.

Was ist Outcognito2?

Outcognito2 ist eine Chrome-Erweiterung, die von skeetsdev entwickelt wurde, und ihr Hauptmerkmal ist "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.".

Erweiterungsscreenshots

screenshot

Outcognito2-Erweiterungs-CRX-Datei herunterladen

Laden Sie Outcognito2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Blocks the usage of incognito mode, with the exception of a whitelist.                    

Grundlegende Informationen zur Erweiterung

Name Outcognito2 Outcognito2
ID mbhdjfinffpgholgmpjjbfbloecgejmn
Offizielle URL https://chromewebstore.google.com/detail/outcognito2/mbhdjfinffpgholgmpjjbfbloecgejmn
Beschreibung This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.
Dateigröße 90.54 KB
Installationsanzahl 36
Aktuelle Version 1.4
Letztes Update 2020-01-30
Veröffentlichungsdatum 2020-01-30
Entwickler skeetsdev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Outcognito2",
    "description": "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.",
    "version": "1.4",
    "browser_action": {
        "default_icon": "outcognito.png",
        "default_title": "Click here to update the whitelist",
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}