Skip to content

Nzzyme/AdguardBrowserExtension

 
 

Repository files navigation

AdGuard Browser Extension

Disclaimer

  • 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/.

How to report an issue?

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.

Our plans

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

Releases

You can find all AdGuard Browser Extension releases here: https://github.com/AdguardTeam/AdguardBrowserExtension/releases

How to become a beta tester?

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.

How to build

Requirements

Building the dev version

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

Building the beta and release versions

  ./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).

How to run tests

  cd tests 
  ./run.sh

About

AdGuard browser extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.4%
  • HTML 4.5%
  • CSS 4.4%
  • Java 2.2%
  • Shell 0.5%