Youtube Ad Blocker

Block ads on Youtube.

Youtube Ad Blockerคืออะไร?

Youtube Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Taha Boulehmi และคุณลักษณะหลักของมันคือ "Block ads on Youtube."

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

screenshot

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

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

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

                        This extension automatically blocks all Youtube ads.

It supports all different types of ads:
Type 1: Ads that appear in the homepage.
Type 2: Ads that appear on top of the suggested list of videos.
Type 3: Ads that appear under the description.
Type 4: Skippable 5-second-must-be-watched video ads that appear at the beginning of the video, in the middle or at the end.
Type 5: Ads that are similar to type 4 but there are two video ads appearing in row instead of one.
Type 6: Unskippable 10-second-must-be-watched video ads

We do not monitor your browsing history, or collect information about you at all. All the stats displayed are saved in your local device and are not shared with any parties or databases at all.                    

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

ชื่อ Youtube Ad Blocker Youtube Ad Blocker
ID iiiilpabaoapcpklalifahaloiejiaio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-ad-blocker/iiiilpabaoapcpklalifahaloiejiaio
คำอธิบาย Block ads on Youtube.
ขนาดไฟล์ 339 KB
จำนวนการติดตั้ง 3,677
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2023-02-21
วันที่เผยแพร่ 2022-03-22
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Taha Boulehmi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.netapps.tech
ภาษาที่รองรับ id,de,en,fr,no,tr,es,it,ro,sv,bg,ru,hi,bn,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.2.0",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": "icon.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "ad-blocker\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "ad-blocker\/content-script.js"
            ]
        }
    ],
    "default_locale": "en"
}