History Fool

Fool spies by mixing your real browsing activity with fake simulated browsing activity.

什么是History Fool?

History Fool是由https://www.hide-my-ip.com开发的Chrome扩展程序,该扩展的主要功能是“Fool spies by mixing your real browsing activity with fake simulated browsing activity.”。

扩展截图

screenshot

下载History Fool扩展crx文件

下载History Fool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A unique privacy tool to blend your real Internet traffic with fake simulated traffic. Fool advertisers, your ISP, big Internet companies, the government, and even hackers about what sites you actually visit.

History Fool makes it impossible to determine your real browsing activity by mixing your real activity with fake simulated traffic (noise).

Protect your privacy by making it nearly impossible for third parties to find what you really search for, and what your online interests really are.

How can you check how History Fool is working?  Simply by enabling this extension in Chrome and click the Start button to start the traffic simulation noise.  Then use a packet sniffer to view the simulated traffic.

History Fool is completely free and maintained by Hide-My-IP.com                    

扩展基本信息

名称 History Fool History Fool
ID ednogldfgafglokgnklhkodjacnneglb
官方URL https://chromewebstore.google.com/detail/history-fool/ednogldfgafglokgnklhkodjacnneglb
简介 Fool spies by mixing your real browsing activity with fake simulated browsing activity.
文件大小 1.32 MB
安装次数 678
当前版本 1.0.4
更新时间 2017-10-25
上架时间 2017-10-24
评分 5.00/5 共2次评分
开发者 https://www.hide-my-ip.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.hide-my-ip.com/privacy.shtml
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Fool",
    "version": "1.0.4",
    "description": "Fool spies by mixing your real browsing activity with fake simulated browsing activity.",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "history",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon76.png"
        },
        "default_title": "History Fool",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}