Outcognito
This extention disables incognito mode
Что такое Outcognito?
Outcognito - это расширение Chrome, разработанное skeetsdev, и его основная функция - "This extention disables incognito mode".
Скачать файл CRX расширения Outcognito
Скачайте файлы расширений Outcognito в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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]
Основная информация о расширении
Название | ![]() |
ID | pffildiobkehaebeknnlihlmodoecjha |
Официальный URL | https://chrome.google.com/webstore/detail/outcognito/pffildiobkehaebeknnlihlmodoecjha |
Описание | This extention disables incognito mode |
Размер файла | 4.28 KB |
Количество установок | 613 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-09-08 |
Дата публикации | 2016-09-08 |
Рейтинг | 4.74/5 Всего 19 оценок |
Разработчик | skeetsdev |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |