Outcognito2
This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.
What is Outcognito2?
Outcognito2 is a Chrome extension developed by skeetsdev, and its main feature is "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.".
Extension Screenshots
Download Outcognito2 Extension CRX File
Download Outcognito2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Blocks the usage of incognito mode, with the exception of a whitelist.
Extension Basic Information
Name | |
ID | mbhdjfinffpgholgmpjjbfbloecgejmn |
Official URL | https://chromewebstore.google.com/detail/outcognito2/mbhdjfinffpgholgmpjjbfbloecgejmn |
Description | This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito. |
File Size | 90.54 KB |
Installation Count | 36 |
Current Version | 1.4 |
Last Updated | 2020-01-30 |
Publish Date | 2020-01-30 |
Developer | skeetsdev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |