Outcognito

This extention disables incognito mode

Was ist Outcognito?

Outcognito ist eine Chrome-Erweiterung, die von skeetsdev entwickelt wurde, und ihr Hauptmerkmal ist "This extention disables incognito mode".

Outcognito-Erweiterungs-CRX-Datei herunterladen

Laden Sie Outcognito-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

                        Simple extension that disables Incognito mode. Must have this app enabled in incognito mode. Made as a productivity helper, not a restriction, so no password locks, the extension can be disabled by anyone. If this gets any popularity, I'll add features, but I'm just planning to use this for myself.

comments / questions / requests to : [email protected]                    

Grundlegende Informationen zur Erweiterung

Name Outcognito Outcognito
ID pffildiobkehaebeknnlihlmodoecjha
Offizielle URL https://chrome.google.com/webstore/detail/outcognito/pffildiobkehaebeknnlihlmodoecjha
Beschreibung This extention disables incognito mode
Dateigröße 4.28 KB
Installationsanzahl 613
Aktuelle Version 1.0
Letztes Update 2016-09-08
Veröffentlichungsdatum 2016-09-08
Bewertung 4.74/5 Insgesamt 19 Bewertungen
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": "Outcognito",
    "description": "This extention disables incognito mode",
    "version": "1.0",
    "browser_action": {
        "default_icon": "outcognito.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "windows"
    ]
}