Outcognito
This extention disables incognito mode
What is Outcognito?
Outcognito is a Chrome extension developed by skeetsdev, and its main feature is "This extention disables incognito mode".
Download Outcognito Extension CRX File
Download Outcognito 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
Simple extension that disables Incognito mode. Must have this app enabled in incognito mode. Made as a productivity helper, not a restriction, so no password locks, the extension can be disabled by anyone. If this gets any popularity, I'll add features, but I'm just planning to use this for myself. comments / questions / requests to : [email protected]
Extension Basic Information
Name | ![]() |
ID | pffildiobkehaebeknnlihlmodoecjha |
Official URL | https://chrome.google.com/webstore/detail/outcognito/pffildiobkehaebeknnlihlmodoecjha |
Description | This extention disables incognito mode |
File Size | 4.28 KB |
Installation Count | 613 |
Current Version | 1.0 |
Last Updated | 2016-09-08 |
Publish Date | 2016-09-08 |
Rating | 4.74/5 Total 19 Ratings |
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": "Outcognito", "description": "This extention disables incognito mode", "version": "1.0", "browser_action": { "default_icon": "outcognito.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "windows" ] } |