Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧩 Awesome Chromium Plugins

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.


πŸ” Privacy Philosophy

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

πŸ“¦ Extensions

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

πŸš€ Installation

All extensions are built for Microsoft Edge and Google Chrome (or any Chromium-based browser).

Load an Extension

  1. Open your browser's extensions page:
    • Edge: edge://extensions/
    • Chrome: chrome://extensions/
  2. Enable Developer Mode
  3. Click "Load unpacked"
  4. Navigate to the extension's folder (e.g., dealhawk-india/) and select it
  5. The extension icon will appear in your toolbar β€” you're ready to go!

πŸ—‚οΈ Repository Structure

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

πŸ› οΈ Tech Stack

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

🀝 Contributing

Contributions are welcome! When adding a new extension or modifying an existing one, please ensure:

  1. No external network requests from extension code (no CDNs, APIs, or analytics)
  2. All data stays local β€” use chrome.storage.local or IndexedDB
  3. Include a README in the extension's folder with installation & usage instructions
  4. Use Manifest V3 for all new extensions
  5. Follow the existing code style β€” clean, commented, well-structured

πŸ“„ License

MIT License β€” Free to use, modify, and distribute.


Built with ❀️ for users who value their privacy.

About

A curated collection of privacy-first, local-only Chromium browser extensions.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages