What an ad blocker extension is and how it works
An ad blocker extension is a small add-on installed in your browser that filters what loads in the pages you visit: ad requests are canceled, ad elements left in the page are hidden, and some blockers also handle video ads. This page explains how such an extension works, what it installs, which permissions it asks for and why, and what changed with Manifest V3.
How an extension blocks ads
Under the hood, an ad blocker extension works on two layers. At the network layer it consults a list of rules — patterns matching known ad and tracker addresses — and cancels matching requests before any data is downloaded. At the page layer it inspects the rendered document and hides leftover ad containers with styles, so no empty boxes remain. Extensions like AdOff combine both layers, and the better ones add per-site context on top: video ad handling and protection against anti-adblock checks.
Installing one
Installation takes a minute. You install from your browser's add-on store — the Chrome Web Store, Firefox Add-ons, the Edge Add-ons store or the Safari equivalent — or, when offered, by downloading a package directly from the developer's site. Once installed, the extension usually shows an icon near the address bar; from there you can check what it has blocked, pause it on a specific site, or turn it off entirely. No configuration is normally required to start blocking.
Permissions: why so many
An ad blocker asks for broad permissions, and the reason is structural: it must be able to read and filter pages on every site you might visit, and to inspect the requests those pages make. The permission itself is not a red flag — without it, the extension simply could not work. What matters is what the developer does with that access. A trustworthy blocker documents clearly that it collects no browsing data and sends nothing to a server. Check the privacy policy before installing anything.
Extension vs standalone app
A standalone ad-blocking app works outside the browser: it may filter traffic system-wide or run its own local proxy, covering some apps beyond the browser, at the cost of a heavier setup and deeper access to your system. An extension lives entirely inside the browser: it is lighter, installs in a minute, is reviewed by the add-on stores, and works everywhere the browser goes — including other operating systems. If most of your ads appear on web pages, an extension is the simpler and safer choice; the ads in native apps remain out of its reach either way.
What changed with Manifest V3
Chrome's Manifest V3 is the biggest platform change in years for this category. It replaced the API that let extensions intercept and rewrite every network request with a declarative engine: the blocker declares its rules in advance and the browser enforces them. Done well, blocking stays effective — AdOff is MV3-native and keeps working fully under the new rules. Extensions built on the old API, however, lost much of their capability on Chrome. Firefox and Safari are converging on similar models, so MV3-readiness has become the practical test of a modern ad blocker.
Frequently asked questions
What is an ad blocker extension?
It is a small add-on installed in your browser — Chrome, Firefox, Edge, Safari, Opera and others support them — that filters ads in the pages you visit. AdOff is an ad blocker extension that blocks ad requests, hides ad elements and handles video ads, free for everyone.
Why do ad blocker extensions need so many permissions?
To filter a page an extension must be able to see it and to cancel network requests on any site you might visit. That is what the broad permissions are for. The important question is what the developer does with that access: a trustworthy blocker states clearly that it collects no browsing data. AdOff collects none.
What changed with Manifest V3?
Chrome's Manifest V3 replaced the old request-interception API with a declarative rule engine. Well-built blockers like AdOff were designed for it and keep blocking effectively; older ones built on the removed API lost most of their power.
A modern, MV3-native ad blocker extension
AdOff installs in a minute, blocks ads and trackers, handles video ads and collects no browsing data. Free, for every major browser.
Install AdOff — free →