Privacy Manager is a chrome extension for data transparency and control. Privacy Manager can help users with:
- Privacy Management
- Cookie Management
- Browsing data deletion on browser start
- Network monitoring
Stable version of Privacy Manager can be downloaded from the Chrome Web Store here.
npm install
- Run one of the commands below
npm run build:webpack # builds extension in `dist` directory
npm run build:webpack:watch # builds extension and watches for changes
build:webpack:prod # builds production version with minified files
- Visit
chrome://extensions
in your browser - Ensure that the Developer mode checkbox in the top right-hand corner is checked
- Click Load unpacked button
- Locate and load generated
dist
folder in the repository root directory
Note: When rebuilding the extension changes in background scripts might not
be loaded in the chrome unless actual extension is reloaded in the
chrome://extensions
page (i.e. By clicking on the reload button).
npm test # Run all tests
npm run test:puppeteer # Run only puppeteer tests
npm run test:eslint # Run Eslint tests
npm run test:stylelint # Run Style linters
Command below bundles the extension into privacy-manager.zip
file:
npm run build
Use Github issue tracker for requesting features, reporting bugs and questions. See github issues documentation.
Code contributions are welcome, you can always consult with me (in issues, or PRs) when you have a question. If you are developing a new feature, please consider creating also tests for them when possible.
Please use Crowdin project for suggesting or improving translation, please note that you might need a crowdin account for that reason, see crowdin translation introduction documentation.
In case you can't see the language you want to translate in Crowdin project, please use Github issue tracker for requesting new translation language in crowdin.
- @jeroen7s
- @leonid-panich
- For helping with Russian Translations
- @alexdevero
- For helping identify critical issues - #85, #83
- Andy K.
- For helping with German Translations