Outcognito2
This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.
Wat is Outcognito2?
Outcognito2 is een Chrome-extensie ontwikkeld door skeetsdev, en de belangrijkste functie is "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.".
Extensie Screenshots
Download het CRX-bestand van de extensie Outcognito2
Download Outcognito2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Blocks the usage of incognito mode, with the exception of a whitelist.
Basisinformatie over de Extensie
Naam | |
ID | mbhdjfinffpgholgmpjjbfbloecgejmn |
Officiële URL | https://chromewebstore.google.com/detail/outcognito2/mbhdjfinffpgholgmpjjbfbloecgejmn |
Beschrijving | This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito. |
Bestandsgrootte | 90.54 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2020-01-30 |
Publicatiedatum | 2020-01-30 |
Ontwikkelaar | skeetsdev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |