A curated collection of privacy-first Chromium browser extensions built for everyday productivity, smart shopping, and more β all designed with one core principle: your data stays on your device.
Every extension in this repository follows strict privacy guidelines:
- β Zero external data transmission β no analytics, no tracking, no telemetry
- β
Local-first storage β all data lives in your browser (
chrome.storage.local) - β No accounts required β install and use, no sign-ups
- β No third-party CDNs β no external font/script/asset loading
- β Open source β audit the code yourself
| Extension | Description | Status |
|---|---|---|
| π¦ DealHawk India | Amazon.in deal finder & price tracker β discover heavily discounted items, catch price errors, and track prices with Keepa-style charts | β v1.0.0 |
All extensions are built for Microsoft Edge and Google Chrome (or any Chromium-based browser).
- Open your browser's extensions page:
- Edge:
edge://extensions/ - Chrome:
chrome://extensions/
- Edge:
- Enable Developer Mode
- Click "Load unpacked"
- Navigate to the extension's folder (e.g.,
dealhawk-india/) and select it - The extension icon will appear in your toolbar β you're ready to go!
awesome-chromium-plugins/
βββ README.md β You are here
βββ dealhawk-india/ β Amazon.in Deal Finder & Price Tracker
β βββ manifest.json
β βββ popup/
β βββ content/
β βββ background/
β βββ icons/
β βββ README.md
βββ ... β More extensions coming soon
All extensions are built with:
- Manifest V3 β the latest Chrome extension platform
- Vanilla JavaScript β no frameworks, no bloat
- Vanilla CSS β custom dark themes, glassmorphism, micro-animations
- Chrome APIs β
storage,alarms,notifications, content scripts
Contributions are welcome! When adding a new extension or modifying an existing one, please ensure:
- No external network requests from extension code (no CDNs, APIs, or analytics)
- All data stays local β use
chrome.storage.localorIndexedDB - Include a README in the extension's folder with installation & usage instructions
- Use Manifest V3 for all new extensions
- Follow the existing code style β clean, commented, well-structured
MIT License β Free to use, modify, and distribute.
Built with β€οΈ for users who value their privacy.