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
    }
}