Chaff

Generate random web browsing traffic to obfuscate actual browsing behavior to avoid profiling through 3rd party observation.

Chaff là gì?

Chaff là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Generate random web browsing traffic to obfuscate actual browsing behavior to avoid profiling through 3rd party observation.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Chaff 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

                        Autonomously browse the Internet in the Chrome Browser using user provided URLs, user Bookmarks, and Random Search Engine queries as a basis to generate random web browsing traffic in order to obfuscate actual web browsing interests from third party monitoring.

Features:
- Multiple Search Engine Support
- User definable seed URLs
- Use bookmarks as seed URLs
- Tunable options to match your browsing behavior
- Auto Mode feature automatically starts Chaff when the computer becomes idle
- Prevents popup windows and mutes audio while randomly browsing

Usage:
1. Define your custom URL sources and other configuration options to match your intended web browsing behavior.
2. Click the Chaff icon to the right of the URL box to turn Chaff on. A new pinned tab will be created on the far left of your other tabs where the random browsing will occur.
3. Click the Chaff icon again to turn Chaff off.                    

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

Tên Chaff Chaff
ID jgjhamliocfhehbocekgcddfjpgdjnje
URL Chính Thức https://chromewebstore.google.com/detail/chaff/jgjhamliocfhehbocekgcddfjpgdjnje
Mô tả Generate random web browsing traffic to obfuscate actual browsing behavior to avoid profiling through 3rd party observation.
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 5,320
Phiên Bản Hiện Tại 0.2.5
Cập Nhật Lần Cuối 2015-12-20
Ngày Phát Hành 2015-12-20
Đánh Giá 4.36/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chaff",
    "version": "0.2.5",
    "manifest_version": 2,
    "description": "Generate random web browsing traffic to obfuscate actual browsing behavior to avoid profiling through 3rd party observation.",
    "icons": {
        "16": "icons\/chaff_icon_16.png",
        "48": "icons\/chaff_icon_48.png",
        "128": "icons\/chaff_icon_128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/chaff_icon_19.png",
            "38": "icons\/chaff_icon_38.png"
        },
        "default_title": "Chaff"
    },
    "permissions": [
        "idle",
        "tabs",
        "bookmarks",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}