History Fool

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

History Fool là gì?

History Fool là một tiện ích mở rộng Chrome được phát triển bởi https://www.hide-my-ip.com, và tính năng chính của nó là "Fool spies by mixing your real browsing activity with fake simulated browsing activity.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng History Fool

Tải xuống các tệp mở rộng History Fool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên History Fool History Fool
ID ednogldfgafglokgnklhkodjacnneglb
URL Chính Thức https://chromewebstore.google.com/detail/history-fool/ednogldfgafglokgnklhkodjacnneglb
Mô tả Fool spies by mixing your real browsing activity with fake simulated browsing activity.
Kích Thước Tệp 1.32 MB
Số Lần Cài Đặt 678
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2017-10-25
Ngày Phát Hành 2017-10-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.hide-my-ip.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.hide-my-ip.com/privacy.shtml
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}