Outcognito

This extention disables incognito mode

Qu'est-ce que Outcognito ?

Outcognito est une extension Chrome développée par skeetsdev, et sa fonction principale est "This extention disables incognito mode".

Télécharger le fichier CRX de l'extension Outcognito

Téléchargez les fichiers d'extension Outcognito au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Outcognito Outcognito
ID pffildiobkehaebeknnlihlmodoecjha
URL Officiel https://chrome.google.com/webstore/detail/outcognito/pffildiobkehaebeknnlihlmodoecjha
Description This extention disables incognito mode
Taille du Fichier 4.28 KB
Nombre d'Installations 613
Version Actuelle 1.0
Dernière Mise à Jour 2016-09-08
Date de Publication 2016-09-08
Évaluation 4.74/5 Total 19 Évaluations
Développeur skeetsdev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}