Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.36 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.36 KB

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://mizzick.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