Skip to content

shliujing/AdguardBrowserExtension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Adguard Browser Extension

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

About

Adguard browser extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.5%
  • CSS 8.1%
  • HTML 7.9%
  • Java 4.0%
  • Shell 0.5%