Skip to content

semtle/AdguardBrowserExtension

 
 

Repository files navigation

Adguard Browser Extension

Build Status

How to build extension

Requirements

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

Tests

https://AdguardTeam.github.io/AdguardBrowserExtension/tests/tests.html

How to download a beta version of the extension?

All information related to Adguard beta testing is collected in this blog article.

Releases

You can find all Adguard browser extension releases here: https://github.com/AdguardTeam/AdguardBrowserExtension/releases

About

Adguard browser extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.2%
  • HTML 4.6%
  • CSS 4.5%
  • Java 2.3%
  • Shell 0.4%