Outcognito2
This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.
Co to jest Outcognito2?
Outcognito2 to rozszerzenie Chrome opracowane przez skeetsdev, a jego główną funkcją jest „This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Outcognito2
Pobierz pliki rozszerzeń Outcognito2 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
Blocks the usage of incognito mode, with the exception of a whitelist.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mbhdjfinffpgholgmpjjbfbloecgejmn |
Oficjalny URL | https://chromewebstore.google.com/detail/outcognito2/mbhdjfinffpgholgmpjjbfbloecgejmn |
Opis | This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito. |
Rozmiar pliku | 90.54 KB |
Liczba instalacji | 36 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2020-01-30 |
Data Publikacji | 2020-01-30 |
Deweloper | skeetsdev |
[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": "Outcognito2", "description": "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.", "version": "1.4", "browser_action": { "default_icon": "outcognito.png", "default_title": "Click here to update the whitelist", "default_popup": "options.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "tabs", "storage" ] } |