Welcome to the Universal Extension Hub. This repository serves as a centralized collection of premium browser extensions, productivity tools, and security utilities. Each project is maintained as an independent module designed to enhance your web experience.
- 🛡️ Privacy & Security
- ⚡ Productivity Tools
- 🛠️ Developer Utilities
- 🎮 Gaming & Lifestyle
- �️ Creative Suite
- 🚀 Installation Guide
- 🤝 Contributing
Extensions dedicated to protecting your data, identity, and browsing habits.
| Extension | Status | Description |
|---|---|---|
| AdShield Pro | ✅ | Advanced Ad-Blocker. Features a custom element picker, anti-adblock detection circumvention, and whitelist management. |
| VaultGuard | ✅ | Secure Password Manager. Offline-first credential storage using AES-256 encryption. Includes auto-fill and password generation. |
| StealthStudy | Student Privacy Suite. Includes a "Panic Button" to instantly hide tabs and screen blurring filters for privacy in public spaces. |
Tools to help you focus, manage time, and write better.
| Extension | Status | Description |
|---|---|---|
| FocusGuard | ✅ | Distraction Blocker. Implements Pomodoro timers and strictly blocks social media/entertainment sites during work hours. |
| ClipTrack | ✅ | Clipboard Manager. Automatically saves your clipboard history. Search, tag, and favorite copied snippets for later use. |
| GhostType AI | 🚀 | Human Text Simulator. Pastes AI-generated text using natural typing patterns (speeds and pauses) to bypass bot detection. |
| Humanize AI | 🚀 | Text Refiner. Rewrites robotic text into fluid, human-sounding language using advanced prompt engineering. |
| StudyStream | ✅ | Virtual Environment. A dashboard with Lofi music, task tracking, and ambient sounds to boost study retention. |
Essential tools for web developers and extension creators.
| Extension | Status | Description |
|---|---|---|
| CodeLens Extension | 💎 | Source Viewer. Adds a "View Source" button to the Chrome Web Store, opening a Monaco editor to inspect extension code. |
| Website Copier | ✅ | Site Cloner. Downloads all HTML, CSS, Images, and Scripts from a page and packages them into a clean ZIP file. |
| ExtGuard Analyzer | 🔒 | Security Auditor. Scans installed extensions for risky permissions and code vulnerabilities. |
Fun additions to your browser.
| Extension | Status | Description |
|---|---|---|
| LootOps | 🎮 | Game Deal Tracker. Monitors Epic Games, Steam, and GOG for 100% free game giveaways and sends instant alerts. |
| UniSaver | 🎓 | Student Discounts. Automatically detects when you visit a store with student pricing and applies verified coupons. |
Media manipulation in your browser.
| Extension | Status | Description |
|---|---|---|
| Image Converter Pro | 🖼️ | Local Converter. Right-click any image to convert it (WebP → PNG/JPG) or compress it. Uses WebAssembly for speed. |
| ExtGuard Web | 🌐 | Web Dashboard. The companion landing page for the ExtGuard auditing tool suite. |
Since this is a monorepo, you can choose to install just the extensions you need.
- Google Chrome, Microsoft Edge, Brave, or any Chromium-based browser.
- (Optional)
Node.jsinstalled if you want to build from source for complex extensions.
-
Clone the Repository
git clone https://github.com/Subhan-Haider/All-Extensions.git cd All-Extensions -
Enable Developer Mode
- Open your browser and enter
chrome://extensionsin the URL bar. - Toggle the Developer mode switch in the top right corner.
- Open your browser and enter
-
Load Unpacked Extension
- Click the Load unpacked button.
- Navigate to the directory of the extension you want (e.g.,
All-Extensions/AdShield-Pro). - Select the folder. The extension is now installed!
This repository utilizes a modern web development stack:
- Core: HTML5, CSS3, JavaScript (ES6+)
- Frameworks: React.js, Vite (for complex UIs like ExtGuard)
- Styling: TailwindCSS, Styled Components
- APIs: Chrome Extension Manifest V3
Contributions make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE in each subdirectory for more information.