https://github.com/filippoliverani/john-doe-chrome
A Chrome extension to anonymize some of the data exposed by your browser
https://github.com/filippoliverani/john-doe-chrome
anonymize chrome chrome-extension privacy
Last synced: 2 months ago
JSON representation
A Chrome extension to anonymize some of the data exposed by your browser
- Host: GitHub
- URL: https://github.com/filippoliverani/john-doe-chrome
- Owner: filippoliverani
- License: other
- Created: 2017-02-16T11:07:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T10:56:36.000Z (about 8 years ago)
- Last Synced: 2024-10-18T19:51:10.559Z (over 1 year ago)
- Topics: anonymize, chrome, chrome-extension, privacy
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/john-doe-chrome/nnfemicgpfdgigkclmajeghkjiiemoaa
- Size: 79.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# John Doe Chrome
A Chrome extension to anonymize some of the data exposed by your browser
Install from [Chrome Web Store](https://chrome.google.com/webstore/detail/john-doe-chrome/nnfemicgpfdgigkclmajeghkjiiemoaa)
## Details
John Doe Chrome improves privacy and reduces fingerprinting effectivness.
- Replaces Http headers with generic ones
- Removes cookies during google searches
- Replaces non-essential javascript APIs attributes with generic ones
- Removes analytics parameters from urls
- Deletes unused cookies when closing a tab
## Development
Install dependencies
```
yarn install
```
Run tests
```
yarn test
```
To test it inside the browser: enable developer mode in `chrome://extensions`, click `Load unpacked extension` button and choose `src` directory.