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
Eメール [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"
    ]
}