- AdGuard Browser Extension is free. We believe that all free products should be open source, and AdGuard Browser Extension is not an exception. Its code can be found in this repository.
- Privacy policy: https://adguard.com/privacy/browser-extension.html (Briefly: AdGuard sends only necessary, limited information, e.g. information required for filter updates).
AdGuard is a fast and lightweight ad blocking browser extension that effectively blocks all types of ads on all web pages. Unlike its standalone counterparts (AG for Windows, Mac), browser extension is completely free and open source.
To get more information and to download AdGuard Browser Extension, visit our website https://adguard.com/.
GitHub can be used to report a bug or to submit a feature request. To do so, go to this page and click the New issue button.
Note: for the filter-related issues (missed ads, false positives etc.) use the dedicated repository.
To see the 'big picture', to watch current progress and to get an idea of approximate dates for upcoming AdGuard Browser Extension releases, see this page: https://github.com/AdguardTeam/AdguardBrowserExtension/milestones
You can find all AdGuard Browser Extension releases here: https://github.com/AdguardTeam/AdguardBrowserExtension/releases
You can get a beta version of AdGuard Browser Extension for any browser. All necessary information on this topic can be found in our Knowledgebase article.
- JDK 1.7+
- Apache Maven 2+
- Set JAVA_HOME and JDK_HOME environment variables
Run the following command in the Compiler directory:
./build.sh dev
This will create a Build directory with unpacked extensions for all browsers:
Build/chrome-$currentVersion
Build/firefox-$currentVersion
Build/opera-$currentVersion
Build/safari-$currentVersion.safariextension
./build.sh beta
./build.sh release
You will need to put certificate.pem file to the Compiler directory. This build will create unpacked extensions and then pack them (crx for Chrome, xpi for Firefox).
cd tests
./run.sh