Adblocker Plus for Youtube™

Block all the video ads on Youtube™

Adblocker Plus for Youtube™คืออะไร?

Adblocker Plus for Youtube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.blockyoutubeads.com และคุณลักษณะหลักของมันคือ "Block all the video ads on Youtube™"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblocker Plus for Youtube™

ดาวน์โหลดไฟล์ส่วนขยาย Adblocker Plus for Youtube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Safe adblocker of video ads for Youtube™

Adblock for Youtube™ is an adblocker for blocking video ads. This extension stops all kind of ads to provide you ad-free experience.

Features of Adblock extension:
💥 Blocks all types of annoying ads.
💥 Lightweight & efficient
💥 Improve browser & page load speed

How to use Adblocker:
1. Download and install Adblocker for Youtube™ from above
2. Pin it in the toolbar
3. Click on the extension icon and turn on the "Ad Blocking" to escape from the ads.
4. Then, play any video without ads.


Note: After installation, please refresh all Youtube™ tabs in your browser.

Changelog:
1.1.10 - Includes minor bug fixes 
1.1.2 - Black screen issue fixed
1.1.1 - Improved UI
1.0.9 - Added support for 50+ languages


Disclaimer: Adblocker Plus for Youtube™ is not an official plugin. Youtube™ is a trademark of Youtube™ LLC.                    

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

ชื่อ Adblocker Plus for Youtube™ Adblocker Plus for Youtube™
ID gcmodjdigfgdkpelopekhcicmielbkbi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/adblocker-plus-for-youtub/gcmodjdigfgdkpelopekhcicmielbkbi
คำอธิบาย Block all the video ads on Youtube™
ขนาดไฟล์ 56.14 KB
จำนวนการติดตั้ง 49,977
เวอร์ชันปัจจุบัน 1.1.11
อัปเดตครั้งล่าสุด 2023-11-02
วันที่เผยแพร่ 2022-06-23
คะแนน 4.76/5 รวมทั้งหมด 1245 คะแนน
ผู้พัฒนา https://www.blockyoutubeads.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.blockyoutubeads.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.blockyoutubeads.com/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "version": "1.1.11",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icons-16.png",
        "128": "images\/icons-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/icons-19.png",
            "38": "images\/icons-38.png"
        },
        "default_title": "Adblocker Plus for Youtube\u2122 ",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "tabs",
        "notifications",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}