AdGuard AdBlocker

Unmatched adblock extension against advertising and pop-ups. Blocks ads on Facebook, YouTube and all other websites.

AdGuard AdBlocker là gì?

AdGuard AdBlocker là một tiện ích mở rộng Chrome được phát triển bởi https://adguard.com, và tính năng chính của nó là "Unmatched adblock extension against advertising and pop-ups. Blocks ads on Facebook, YouTube and all other websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AdGuard AdBlocker

Tải xuống các tệp mở rộng AdGuard AdBlocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        AdGuard ad blocker effectively blocks all types of ads on all web pages, even on Facebook, YouTube and others!

## What AdGuard ad blocker does:

★ Blocks all ads: video ads (includes YouTube adblock), rich media advertising, unwanted pop-ups, banners and text ads (includes Facebook adblock);
★ Speeds up page loading and saves bandwidth, thanks to the missing ads and pop-up windows;
★ Protects your privacy by blocking common third-party tracking systems;
★ Blocks many spyware, adware, and dialer installers;
★ Protects you from malware and phishing.

## What are the advantages of AdGuard over Adblock or Adblock Plus?

★ AdGuard ad blocker is really fast and lightweight. It uses half as much memory as other popular solutions: Adblock, Adblock Plus, and even outperforms uBlock Adblocker in some tests;
★ AdGuard can handle most of the adblock circumvention scripts;
★ AdGuard is simply better looking and modern (in our opinion).

## How can AdGuard ad blocker protect your privacy?

Privacy protection is one of the main goals! Just enable the "AdGuard Tracking Protection filter" in AdGuard settings. It completely removes all forms of tracking from the Internet. AdGuard has one of the largest tracker filter lists containing more than 10,000 rules. It is even larger than the databases of Ghostery® and Disconnect.

## How to remove social media widgets with AdGuard?

Tired of all the «Like» buttons and similar widgets infesting all of your frequented web pages? Just enable AdGuard "Social media filter" and forget about them.

## How can AdGuard ad blocker protect you from online threats?

At the moment we’ve got more than 2,000,000 harmful websites on record. AdGuard can block domains known to spread malware, protecting your computer against viruses, Trojan horses, worms, spyware, and adware. AdGuard really lowers the risk of virus infections and prohibits access to harmful websites to prevent potential attacks.

## Crypto-jacking protection

We did comprehensive research on crypto-jacking and, as a result, AdGuard can reliably block most of the known crypto-jackers including CoinHive. You can also add some open source filters like NoCoin which will give you an additional layer of protection.

## Why does AdGuard require permissions?

* "Access your data for all websites" and "Access browser tabs": both permissions are necessary for AdGuard to apply all kinds of cosmetic processing to the pages' content. Naive ad blocking would simply block ad servers, and leave broken elements and first-party ads on the pages. AdGuard applies special cosmetic rules to make pages look clean and tidy.
* "Access browser activity during navigation": this permission is necessary to keep track of navigation events in order to apply rules when the time is right.

==============================

Release notes: 
https://github.com/AdguardTeam/AdguardBrowserExtension/releases

==============================

Free and Open Source:
https://github.com/AdguardTeam/AdguardBrowserExtension                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AdGuard AdBlocker AdGuard AdBlocker
ID bgnkhhnnamicmpeenaelnjfhikgbkllg
URL Chính Thức https://chromewebstore.google.com/detail/adguard-adblocker/bgnkhhnnamicmpeenaelnjfhikgbkllg
Mô tả Unmatched adblock extension against advertising and pop-ups. Blocks ads on Facebook, YouTube and all other websites.
Kích Thước Tệp 14.28 MB
Số Lần Cài Đặt 14,000,000
Phiên Bản Hiện Tại 4.3.13
Cập Nhật Lần Cuối 2024-01-31
Ngày Phát Hành 2020-05-21
Đánh Giá 4.69/5 Tổng số 58815 Đánh Giá
Nhà Phát Triển https://adguard.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/AdguardTeam/AdguardBrowserExtension
URL Trang Trợ Giúp https://github.com/AdguardTeam/AdguardBrowserExtension/issues
URL Trang Chính Sách Bảo Mật https://adguard.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.3.13",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "author": "Adguard Software Ltd",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "assets\/icons\/green-16.png",
        "128": "assets\/icons\/green-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/green-19.png",
            "38": "assets\/icons\/green-38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "pages\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "pages\/content-script-start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "pages\/content-script-end.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "pages\/thankyou.js"
            ],
            "matches": [
                "*:\/\/*.adguard.com\/*\/thankyou.html*",
                "*:\/\/*.adguard.info\/*\/thankyou.html*",
                "*:\/\/*.adguard.app\/*\/thankyou.html*"
            ],
            "run_at": "document_start"
        }
    ],
    "minimum_chrome_version": "79.0",
    "web_accessible_resources": [
        "\/web-accessible-resources\/*"
    ],
    "options_page": "pages\/options.html",
    "devtools_page": "pages\/devtools.html",
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "cookies"
    ],
    "optional_permissions": [
        "privacy"
    ],
    "content_security_policy": "script-src 'self' 'sha256-Bm6SGASuSJ\/y5W6tMmcnxeShdKrQ2QtIV2mH1Oh8qho='; object-src 'self'"
}