History Fool

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

Что такое History Fool?

History Fool - это расширение Chrome, разработанное https://www.hide-my-ip.com, и его основная функция - "Fool spies by mixing your real browsing activity with fake simulated browsing activity.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения History Fool

Скачайте файлы расширений 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"
    }
}