An open API service indexing awesome lists of open source software.

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

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.