AdGuard AdBlocker (Beta)

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

AdGuard AdBlocker (Beta)คืออะไร?

AdGuard AdBlocker (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://adguard.com และคุณลักษณะหลักของมันคือ "Unmatched adblock extension against advertising and pop-ups. Blocks ads on Facebook, YouTube and all other websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdGuard AdBlocker (Beta)

ดาวน์โหลดไฟล์ส่วนขยาย AdGuard AdBlocker (Beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        AdGuard Browser Extension beta version.

Please be cautious, this is a beta version, so it may contain all kind of bugs!

If you encounter any issue, please report it to us here: 
https://github.com/AdguardTeam/AdguardBrowserExtension/issues/new

You can find stable version of AdGuard here:
https://agrd.io/extension_chrome

AdGuard beta testing program:
https://adguard.com/beta.html

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AdGuard AdBlocker (Beta) AdGuard AdBlocker (Beta)
ID gfggjaccafhcbfogfkogggoepomehbjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adguard-adblocker-beta/gfggjaccafhcbfogfkogggoepomehbjl
คำอธิบาย Unmatched adblock extension against advertising and pop-ups. Blocks ads on Facebook, YouTube and all other websites.
ขนาดไฟล์ 14.29 MB
จำนวนการติดตั้ง 50,070
เวอร์ชันปัจจุบัน 4.3.26
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2020-05-20
คะแนน 4.47/5 รวมทั้งหมด 68 คะแนน
ผู้พัฒนา https://adguard.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/AdguardTeam/AdguardBrowserExtension
URL หน้าช่วยเหลือ https://github.com/AdguardTeam/AdguardBrowserExtension/issues
URL หน้านโยบายความเป็นส่วนตัว https://adguard.com/privacy.html
ภาษาที่รองรับ 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.26",
    "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'"
}