Outcognito2
This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.
Cos'è Outcognito2?
Outcognito2 è un'estensione di Chrome sviluppata da skeetsdev, e la sua funzione principale è "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Outcognito2
Scarica i file di estensione Outcognito2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Blocks the usage of incognito mode, with the exception of a whitelist.
Informazioni di Base sull'Estensione
Nome | |
ID | mbhdjfinffpgholgmpjjbfbloecgejmn |
URL Ufficiale | https://chromewebstore.google.com/detail/outcognito2/mbhdjfinffpgholgmpjjbfbloecgejmn |
Descrizione | This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito. |
Dimensione del File | 90.54 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2020-01-30 |
Data di Pubblicazione | 2020-01-30 |
Sviluppatore | skeetsdev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |