Outcognito2
This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.
Qu'est-ce que Outcognito2 ?
Outcognito2 est une extension Chrome développée par skeetsdev, et sa fonction principale est "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Outcognito2
Téléchargez les fichiers d'extension Outcognito2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Blocks the usage of incognito mode, with the exception of a whitelist.
Informations de Base sur l'Extension
Nom | |
ID | mbhdjfinffpgholgmpjjbfbloecgejmn |
URL Officiel | https://chromewebstore.google.com/detail/outcognito2/mbhdjfinffpgholgmpjjbfbloecgejmn |
Description | This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito. |
Taille du Fichier | 90.54 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2020-01-30 |
Date de Publication | 2020-01-30 |
Développeur | skeetsdev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |