All Projects → AdguardTeam → Adguardbrowserextension

AdguardTeam / Adguardbrowserextension

Licence: lgpl-3.0
AdGuard browser extension

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Adguardbrowserextension

Blocker Database
A global domain based database for NoScript, uBlock, uMatrix & ScriptSafe
Stars: ✭ 127 (-87.52%)
Mutual labels:  adblock, privacy, chrome, firefox
Addon
ClearURLs is an add-on based on the new WebExtensions technology and will automatically remove tracking elements from URLs to help protect your privacy.
Stars: ✭ 161 (-84.18%)
Mutual labels:  privacy, chrome, firefox
Ublock
uBlock: a fast, lightweight, and lean blocker for Chrome, Firefox, and Safari.
Stars: ✭ 8,075 (+693.22%)
Mutual labels:  adblock, chrome, firefox
Ubo Youtube
Easier way to exempt your favorite YouTube channels from adblocking.
Stars: ✭ 57 (-94.4%)
Mutual labels:  adblock, chrome, firefox
Scriptsafe
a browser extension to bring security and privacy to chrome, firefox, and opera
Stars: ✭ 434 (-57.37%)
Mutual labels:  privacy, chrome, firefox
Catblock
CatBlock - An ad-blocking extension (with an ability to replace ads by pictures) for all major desktop browsers!
Stars: ✭ 84 (-91.75%)
Mutual labels:  adblock, chrome, firefox
Supercookie
💭 Inspiration
Stars: ✭ 3,630 (+256.58%)
Mutual labels:  privacy, chrome, firefox
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+256.29%)
Mutual labels:  adblock, chrome, firefox
Adfilt
The place where I, DandelionSprout, store my web filter lists for countless topics, including my Nordic adblock list. As simple as that, really.
Stars: ✭ 217 (-78.68%)
Mutual labels:  adblock, chrome, firefox
Duckduckgo Privacy Extension
DuckDuckGo Privacy Essentials browser extension for Firefox, Chrome.
Stars: ✭ 692 (-32.02%)
Mutual labels:  privacy, chrome, firefox
Myassets
Custom filters and other resources to use with uBlock Origin and uMatrix.
Stars: ✭ 12 (-98.82%)
Mutual labels:  adblock, privacy
Gooreplacer
⚡️⚡️A browser extension to modify HTTP requests :-)
Stars: ✭ 850 (-16.5%)
Mutual labels:  chrome, firefox
Ember Inspector
Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.
Stars: ✭ 936 (-8.06%)
Mutual labels:  chrome, firefox
Adguardfilters
AdGuard Content Blocking Filters
Stars: ✭ 915 (-10.12%)
Mutual labels:  adblock, open-source
Browserpass Legacy
Legacy Browserpass repo, development is now happening at:
Stars: ✭ 1,020 (+0.2%)
Mutual labels:  chrome, firefox
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+726.92%)
Mutual labels:  chrome, firefox
Github Awesome Autocomplete
Add instant search capabilities to GitHub's search bar
Stars: ✭ 1,015 (-0.29%)
Mutual labels:  chrome, firefox
Template Browser Extension
A browser extension starter for Chrome and Firefox
Stars: ✭ 28 (-97.25%)
Mutual labels:  chrome, firefox
Bulkurlopener
Bulk URL Opener is an application that provides the user with multiple utilities to help with managing and using large amounts of urls
Stars: ✭ 29 (-97.15%)
Mutual labels:  chrome, firefox
Toggl Button
Toggl Button extension for Chrome and Firefox
Stars: ✭ 891 (-12.48%)
Mutual labels:  chrome, firefox

 

AdGuard Browser Extension

Ad blocker with advanced privacy protection features

AdGuard is a fast and lightweight ad blocking browser extension
that effectively blocks all types of ads and trackers.

AdGuard.com | Reddit | Twitter | Telegram

Latest release



AdGuard is a fast and lightweight ad blocking browser extension that effectively blocks all types of ads and trackers on all web pages. We focus on advanced privacy protection features to not just block known trackers, but prevent web sites from building your shadow profile. Unlike its standalone counterparts (AG for Windows, Mac), the browser extension is completely free and open source. You can learn more about the difference here.

AdGuard does not collect any information about you, and does not participate in any acceptable ads program. The only source of income we have is selling premium versions of our software, and we intend to keep it that way.

Installation

Chrome and Chromium-based browsers

You can get the latest available AdGuard Extension version from the Chrome Web Store.

Firefox

You can get the latest version of AdGuard Extension from the Mozilla Add-ons website.

Opera

Opera is basically a Chromium browser, but it maintains its own add-ons store. You can get AdGuard Extension from there.

Microsoft Edge

The latest stable version of AdGuard browser extension is available in Microsoft Store.

Contribution

We are blessed to have a community that does not only love AdGuard, but also gives back. A lot of people volunteer in various ways to make other users' experience with AdGuard better, and you can join them!

We, on our part, can only be happy to reward the most active members of the community. So, what can you do?

Translating AdGuard

If you want to help with AdGuard translations, please learn more about translating our products here: https://kb.adguard.com/en/general/adguard-translations

Testing AdGuard

You can get a beta version of AdGuard Browser Extension for any browser. All necessary information on this topic can be found on a dedicated page on our website.

Reporting issues

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.

Other options

Here is a dedicated page for those who are willing to contribute.

Development

Requirements

Install local dependencies by running:

  yarn install

How to build

How to run tests

  yarn test

Building the dev version

Run the following command:

  yarn dev

This will create a build directory with unpacked extensions for all browsers:

  build/dev/chrome
  build/dev/firefox
  build/dev/edge

Building the beta and release versions

Before building the release version, you should manually download necessary resources: filters and public suffix list.

  yarn resources
  CREDENTIALS_PASSWORD=<password> yarn beta
  CREDENTIALS_PASSWORD=<password> yarn release

You will need to put certificate.pem and mozilla_credentials.json files to the ./private directory. This build will create unpacked extensions and then pack them (crx for Chrome, xpi for Firefox).

Building the sample extension with API

Run the following command:

yarn sample-api

This will create a build directory with unpacked sample extension for chromium browsers:

build/dev/adguard-api

Linter

Despite our code my not currently comply with new style configuration, please, setup eslint in your editor to follow up with it .eslintrc

Update localizations

To download and append localizations run:

  yarn locales-download

To upload new phrases to crowdin you need the file with phrases ./Extension/_locales/en/messages.json. Then run:

  yarn locales-upload

Minimum supported browser versions

Browser Version
Chromium Based Browsers 55
Firefox 52
Opera 42
Edge 15.14942/39.14942
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].