Outcognito
This extention disables incognito mode
Wat is Outcognito?
Outcognito is een Chrome-extensie ontwikkeld door skeetsdev, en de belangrijkste functie is "This extention disables incognito mode".
Download het CRX-bestand van de extensie Outcognito
Download Outcognito-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
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]
Basisinformatie over de Extensie
Naam | ![]() |
ID | pffildiobkehaebeknnlihlmodoecjha |
Officiële URL | https://chrome.google.com/webstore/detail/outcognito/pffildiobkehaebeknnlihlmodoecjha |
Beschrijving | This extention disables incognito mode |
Bestandsgrootte | 4.28 KB |
Aantal Installaties | 613 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-09-08 |
Publicatiedatum | 2016-09-08 |
Beoordeling | 4.74/5 Totaal 19 Beoordelingen |
Ontwikkelaar | skeetsdev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |