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