A high-performance, privacy-first ad blocker designed for Chrome, Brave, Opera, and Edge.
We take your privacy seriously. This extension is built with a "Zero-Knowledge" architecture:
- No Data Collection: We do not track, collect, or store any of your browsing data.
- No Analytics: No Google Analytics, no telemetry, no "usage statistics".
- No External Requests: The extension works entirely offline on your browser. It does not phone home.
- Declarative Blocking: We use the modern
declarativeNetRequestAPI, which means the browser handles the blocking, not our code. We don't need permission to read your website data.
- Blocks Major Ad Networks: Google Ads, Facebook, Twitter, Amazon, DoubleClick, etc.
- Stops Trackers: Blocks invisible tracking pixels and analytics scripts (Hotjar, Mouseflow, etc.).
- Lightweight: Uses negligible memory and CPU compared to other blockers.
- One-Click Toggle: Easily enable or disable protection from the popup menu.
This extension is currently in "Developer Preview" mode. To install it:
- Download the repository (or the
.zipfile if provided). - Open your browser and navigate to the extensions page:
- Chrome/Brave:
chrome://extensions - Opera:
opera://extensions - Edge:
edge://extensions
- Chrome/Brave:
- Enable "Developer mode" (usually a toggle in the top-right corner).
- Click "Load unpacked".
- Select the folder containing this
manifest.jsonfile.
To push this project to your GitHub account:
- Create a new repository on GitHub.
- Name it:
adblocker-ifreqs(or any name you prefer). - Initialize with README: No (Leave it empty).
- Name it:
- Open your terminal/command prompt in this project folder.
- Run the following commands:
git remote add origin https://github.com/YOUR_USERNAME/adblocker-ifreqs.git
git branch -M main
git push -u origin main(Replace YOUR_USERNAME with your actual GitHub username)
Copyright (c) 2026 ifreqs. All rights reserved.
Created by ifreqs.
The reproduction, distribution, or modification of this software without express written permission is strictly prohibited.
See LICENSE and LEGAL_NOTICE.md for details.
