Chrome Profile Locker welcomes contributions that keep the extension local-only and MV3 compliant.
Ways to help
- Report bugs with browser version, extension version, and steps to reproduce
- Suggest features that stay local only (no telemetry, no remote code)
- Improve docs and translations under
_locales/ - Write or fix tests; run
npm testbefore opening a PR
Rules of the road
- Stay Manifest V3 compliant (
script-src 'self', no eval) - Do not add analytics or network calls for extension logic
- Do not market the extension beyond its honest security limits
- Follow CONTRIBUTING.md in the repository