Video Ad Blocker Plus for YouTube™

Block disruptive video ads on YouTube™ and avoid adult video content anywhere on the web

Video Ad Blocker Plus for YouTube™คืออะไร?

Video Ad Blocker Plus for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://videoadblockerplus.com และคุณลักษณะหลักของมันคือ "Block disruptive video ads on YouTube™ and avoid adult video content anywhere on the web"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Ad Blocker Plus for YouTube™

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

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

                        Now everyone can enjoy watching a great video - without distractions! We provide you with a better way to view, by removing ads that don’t give you a chance to enjoy content on YouTube™. It also warns you upon detecting unsafe adult content on any website. 

★ Enjoy Watching Videos Again
Now you can finally watch a video from start to finish without needing to wait through or skip ads - we take care of that for you, automatically.

★ We Say “No” to Ads
In terms of specializing in blocking ads, we do it best. All ads will be removed. 

★ Lightweight & Efficient 
We built an effective, lightweight extension that blocks ads without slowing your browser.

★ Save Bandwidth
Ads suck valuable bandwidth from your browser. Our ad blocker will assist in preventing this from happening to you ever again.

★ Adult Content Warning
Get a warning if you come across a site with adult videos, giving you peace of mind while viewing content anywhere on the internet.  

Our services are free. Install now so you can enjoy content the way you like!

After installing, please reload all YouTube™ tabs for the extension to take effect.

We provide a family-friendly viewing experience by receiving and processing anonymous de-identified browsing data to identify adult content and provide contextual warnings on any page you visit. We process such data through enabled permissions including; broadHost, tabs, webNavigation, webRequest, webRequestBlocking, storage, and contextMenus.
For more information, please see our Privacy Policy: https://videoadblockerplus.com/privacy                    

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

ชื่อ Video Ad Blocker Plus for YouTube™ Video Ad Blocker Plus for YouTube™
ID hegneaniplmfjcmohoclabblbahcbjoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-ad-blocker-plus-for/hegneaniplmfjcmohoclabblbahcbjoe
คำอธิบาย Block disruptive video ads on YouTube™ and avoid adult video content anywhere on the web
ขนาดไฟล์ 422 KB
จำนวนการติดตั้ง 94,746
เวอร์ชันปัจจุบัน 1.1.15
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2019-12-29
คะแนน 3.95/5 รวมทั้งหมด 186 คะแนน
ผู้พัฒนา https://videoadblockerplus.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://videoadblockerplus.com/
URL หน้านโยบายความเป็นส่วนตัว https://videoadblockerplus.com/privacy
ภาษาที่รองรับ de,en,fr,nl,no,da,es,fi,sv,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Ad Blocker Plus for YouTube\u2122",
    "description": "Block disruptive video ads on YouTube\u2122 and avoid adult video content anywhere on the web",
    "version": "1.1.15",
    "manifest_version": 3,
    "action": {
        "default_icon": "img\/Icon_128.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "content_start.js"
            ],
            "match_about_blank": true
        },
        {
            "all_frames": false,
            "js": [
                "youtubeBlocker.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "img\/Icon_128.png",
        "48": "img\/Icon_48.png",
        "16": "img\/Icon_16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "vab_intercept.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}