Outcognito2
This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.
Что такое Outcognito2?
Outcognito2 - это расширение Chrome, разработанное skeetsdev, и его основная функция - "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.".
Снимки экрана расширения
Скачать файл CRX расширения Outcognito2
Скачайте файлы расширений Outcognito2 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Blocks the usage of incognito mode, with the exception of a whitelist.
Основная информация о расширении
Название | |
ID | mbhdjfinffpgholgmpjjbfbloecgejmn |
Официальный URL | https://chromewebstore.google.com/detail/outcognito2/mbhdjfinffpgholgmpjjbfbloecgejmn |
Описание | This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito. |
Размер файла | 90.54 KB |
Количество установок | 36 |
Текущая Версия | 1.4 |
Последнее Обновление | 2020-01-30 |
Дата публикации | 2020-01-30 |
Разработчик | skeetsdev |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |