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文件
下載BrowQue擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |