Outcognito

This extention disables incognito mode

Hvad er Outcognito?

Outcognito er en Chrome-udvidelse udviklet af skeetsdev, og dens hovedfunktion er "This extention disables incognito mode".

Download Outcognito-udvidelses-CRX-fil

Download Outcognito-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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]                    

Grundlæggende oplysninger om udvidelsen

Navn Outcognito Outcognito
ID pffildiobkehaebeknnlihlmodoecjha
Officiel URL https://chrome.google.com/webstore/detail/outcognito/pffildiobkehaebeknnlihlmodoecjha
Beskrivelse This extention disables incognito mode
Filstørrelse 4.28 KB
Antal Installationer 613
Nuværende Version 1.0
Senest Opdateret 2016-09-08
Udgivelsesdato 2016-09-08
Bedømmelse 4.74/5 Samlet 19 Bedømmelser
Udvikler skeetsdev
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}