Outcognito

This extention disables incognito mode

Co to jest Outcognito?

Outcognito to rozszerzenie Chrome opracowane przez skeetsdev, a jego główną funkcją jest „This extention disables incognito mode”.

Pobierz plik CRX rozszerzenia Outcognito

Pobierz pliki rozszerzeń Outcognito w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Outcognito Outcognito
ID pffildiobkehaebeknnlihlmodoecjha
Oficjalny URL https://chrome.google.com/webstore/detail/outcognito/pffildiobkehaebeknnlihlmodoecjha
Opis This extention disables incognito mode
Rozmiar pliku 4.28 KB
Liczba instalacji 613
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-09-08
Data Publikacji 2016-09-08
Ocena 4.74/5 Łącznie 19 Oceny
Deweloper skeetsdev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}