Outcognito

This extention disables incognito mode

Vad är Outcognito?

Outcognito är en Chrome-tillägg utvecklad av skeetsdev, och dess huvudfunktion är "This extention disables incognito mode".

Ladda ner Outcognito-förlängningens CRX-fil

Ladda ner Outcognito-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Outcognito Outcognito
ID pffildiobkehaebeknnlihlmodoecjha
Officiell webbadress https://chrome.google.com/webstore/detail/outcognito/pffildiobkehaebeknnlihlmodoecjha
Beskrivning This extention disables incognito mode
Filstorlek 4.28 KB
Antal Installationer 613
Aktuell Version 1.0
Senast Uppdaterad 2016-09-08
Publiceringsdatum 2016-09-08
Betyg 4.74/5 Totalt 19 Betyg
Utvecklare skeetsdev
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}