BrowQue
This extensions defends against various privacy attacks which happens while you browse on the internet.
BrowQue란 무엇입니까?
BrowQue은(는) hrj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extensions defends against various privacy attacks which happens while you browse on the internet."입니다.
확장 프로그램 스크린샷
BrowQue 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Browser Extension to tackle fingerprinting attacks affecting the privacy of users. We are trying to introduce a tor model to chrome browser with this extension. Please note that this is still under development. Features: 1. Protection against Canvas Fingerprinting 2. Protection against Webrtc leak 3. Protection against Battery API 4. Randomising navigator properties and User-Agent header 5. Spoofing screen resolution 6. Removing adscripts and third party tracking scripts 7. Clearing cookies, cache, history, form details, web storage like session storage, local storage etc on startup 8. Securing from spectre attack 9. Disabling Flash and geolocation API in high privacy Use: To use this extension, enable developer mode in Chrome or Chromium and click on Load Unpacked extension, choose the cloned folder. ⚠️ WARNING ⚠️ Run tor via command line for better experience. Install tor in Linux via sudo apt-get install tor and in Mac, brew install tor.
확장 프로그램 기본 정보
이름 | ![]() |
ID | impfiipgjdohaffagkegegghldihfann |
공식 URL | https://chrome.google.com/webstore/detail/browque/impfiipgjdohaffagkegegghldihfann |
설명 | This extensions defends against various privacy attacks which happens while you browse on the internet. |
파일 크기 | 339 KB |
설치 횟수 | 214 |
현재 버전 | 1.1 |
최근 업데이트 | 2018-02-23 |
출시 날짜 | 2018-02-23 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | hrj |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Webprivacy/Privacy-Extension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BrowQue", "description": "This extensions defends against various privacy attacks which happens while you browse on the internet.", "version": "1.1", "icons": { "64": "icon16.png" }, "background": { "scripts": [ "background.js", "tor.js" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "content_scripts": [ { "matches": [ " |