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.
- Protection against Canvas Fingerprinting
- Protection against Webrtc leak
- Protection against Battery API
- Randomising navigator properties and User-Agent header
- Spoofing screen resolution
- Removing adscripts and third party tracking scripts
- Clearing cookies, cache, history, form details, web storage like session storage, local storage etc on startup
- Securing from spectre attack
- Disabling Flash and geolocation API in high privacy
To use this extension, enable developer mode in Chrome or Chromium and click on Load Unpacked extension
, choose the cloned folder.
Run tor
via command line for better experience.
Install tor
in Linux via sudo apt-get install tor
and in Mac, brew install tor
.