Outcognito2

This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.

什么是Outcognito2?

Outcognito2是由skeetsdev开发的Chrome扩展程序,该扩展的主要功能是“This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.”。

扩展截图

screenshot

下载Outcognito2扩展crx文件

下载Outcognito2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Blocks the usage of incognito mode, with the exception of a whitelist.                    

扩展基本信息

名称 Outcognito2 Outcognito2
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"
    ]
}