AdBlocker for YouTube™

Removes all annoying ads and banners from YouTube!

AdBlocker for YouTube™คืออะไร?

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

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

screenshot

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

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

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

                        AdBlocker for YouTube™ allows you to remove annoying contents from YouTube videos.

Some features:
1. Fast and lite performance.
2. Effectively removes annoying contents, ads, and banners from YouTube.
3. You can also remove annotations from videos and musics (see the options page).
4. With this extension enabled, browsing YouTube is much faster and more convenient.

Note: YouTube is trademark of Google Inc. Use of this trademark is subject to Google Permissions. This extension is NOT associated with YouTube or Google Inc in any ways.                    

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

ชื่อ AdBlocker for YouTube™ AdBlocker for YouTube™
ID naihbfkjlampnpbnohcehoedklmejhmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adblocker-for-youtube/naihbfkjlampnpbnohcehoedklmejhmh
คำอธิบาย Removes all annoying ads and banners from YouTube!
ขนาดไฟล์ 60.3 KB
จำนวนการติดตั้ง 60,080
เวอร์ชันปัจจุบัน 0.4.4
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2019-04-27
คะแนน 4.13/5 รวมทั้งหมด 188 คะแนน
ผู้พัฒนา chYer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.4",
    "manifest_version": 3,
    "name": "AdBlocker for YouTube\u2122",
    "description": "Removes all annoying ads and banners from YouTube!",
    "homepage_url": "https:\/\/mybrowseraddon.com\/adblocker-for-youtube.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "data\/content_script\/page_context\/vendor\/scriptlets.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "world": "ISOLATED",
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "css": [
                "data\/content_script\/inject.css"
            ]
        },
        {
            "world": "MAIN",
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/page_context\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}