Chaff
Generate random web browsing traffic to obfuscate actual browsing behavior to avoid profiling through 3rd party observation.
Chaff란 무엇입니까?
Chaff은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate random web browsing traffic to obfuscate actual browsing behavior to avoid profiling through 3rd party observation."입니다.
확장 프로그램 스크린샷
Chaff 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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:\/\/*\/*" ] } |