Ads Blocker for Youtube™

Removes all annoying ads and banners from YouTube!

Ads Blocker for Youtube™คืออะไร?

Ads Blocker for Youtube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย One Technology และคุณลักษณะหลักของมันคือ "Removes all annoying ads and banners from YouTube!"

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

screenshot
screenshot

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

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

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

                        Ads Blocker for Youtube™  For Youtube is auto ad skip, youtube ad blocker, hides ad banner.
>>Just install this and it will start working.Easy to use and simple function.

Features:
 > blocks ads, banner and popups
 > blocking of ads on external sites which load Youtube
 >prevent preroll ads from loading on Youtube
 > you can also remove annotations from videos and musics (see options page).
 >loads videos and YouTube website faster.

The technology is simply based on adblocking filterlists which blocks external ad urls on Youtube. We do not change anything on the website itself.
Adblock for Youtube boosts the performance to load websites (without ads and tracking).We do not collect any data from our user.

After using Youtube Ads Blocker give us a review.
Thank You                    

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

ชื่อ Ads Blocker for Youtube™ Ads Blocker for Youtube™
ID aghekhbajnlcadepgdkhefijmmbocgjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ads-blocker-for-youtube/aghekhbajnlcadepgdkhefijmmbocgjm
คำอธิบาย Removes all annoying ads and banners from YouTube!
ขนาดไฟล์ 64.08 KB
จำนวนการติดตั้ง 349
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2022-11-22
วันที่เผยแพร่ 2022-11-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา One Technology
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/avengerprivacypolicy/home
ภาษาที่รองรับ 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,fi,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",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "Ads Blocker for Youtube\u2122"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content-style.css"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*",
                "*:\/\/*.music.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "Ads Blocker for Youtube\u2122",
    "permissions": [
        "storage"
    ],
    "short_name": "youTube-adblock-best",
    "version": "3.0.1"
}