HideMe

Automatically opens sites in Icognito-Mode

HideMeとは何ですか?

HideMeはSebastian Knoppによって開発されたChromeの拡張機能で、その主な機能は「Automatically opens sites in Icognito-Mode」です。

拡張機能のスクリーンショット

screenshot

HideMe拡張機能のCRXファイルをダウンロード

HideMe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Some pages request you to register or login after you visited them several times.

They do so by using whatever kind of tracking mechanisms. Just add those sites to your icognito list and don't worry anymore about that.                    

拡張機能の基本情報

名前 HideMe HideMe
ID kidgemiejpkaooedpdophaabombchkcf
公式URL https://chromewebstore.google.com/detail/hideme/kidgemiejpkaooedpdophaabombchkcf
説明 Automatically opens sites in Icognito-Mode
ファイルサイズ 5.5 KB
インストール数 97
現在のバージョン 1.0
最終更新日 2020-03-31
公開日 2020-03-31
開発者 Sebastian Knopp
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HideMe",
    "version": "1.0",
    "description": "Automatically opens sites in Icognito-Mode",
    "manifest_version": 2,
    "permissions": [
        "webNavigation",
        "tabs",
        "storage"
    ],
    "options_page": "options\/options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}