Chaff

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

Chaff क्या है?

Chaff Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate random web browsing traffic to obfuscate actual browsing behavior to avoid profiling through 3rd party observation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chaff एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Chaff Chaff
ID jgjhamliocfhehbocekgcddfjpgdjnje
आधिकारिक URL https://chromewebstore.google.com/detail/chaff/jgjhamliocfhehbocekgcddfjpgdjnje
विवरण Generate random web browsing traffic to obfuscate actual browsing behavior to avoid profiling through 3rd party observation.
फ़ाइल का आकार 136 KB
स्थापना संख्या 5,320
वर्तमान संस्करण 0.2.5
अंतिम अपडेट 2015-12-20
प्रकाशन तिथि 2015-12-20
रेटिंग 4.36/5 कुल 11 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}