Outcognito

This extention disables incognito mode

什么是Outcognito?

Outcognito是由skeetsdev开发的Chrome扩展程序,该扩展的主要功能是“This extention disables incognito mode”。

下载Outcognito扩展crx文件

下载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]                    

扩展基本信息

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