Youtube Anti-Adblock Bypass

Allows you to watch YouTube videos with an adblocker.

Youtube Anti-Adblock Bypassคืออะไร?

Youtube Anti-Adblock Bypass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Project Centurion และคุณลักษณะหลักของมันคือ "Allows you to watch YouTube videos with an adblocker."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Anti-Adblock Bypass

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

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

                        Allows you to watch YouTube videos with an Adblocker installed. This extension is not an adblocker, it simply disables the YouTube popup that prevents you from watching videos. Use with extensions such as uBlock Origin for best results.

If you want to support me & fund further improvements: https://ko-fi.com/milkdudpoe                    

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

ชื่อ Youtube Anti-Adblock Bypass Youtube Anti-Adblock Bypass
ID gbghmolkliahkeekflofoaiofibligjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-anti-adblock-bypa/gbghmolkliahkeekflofoaiofibligjf
คำอธิบาย Allows you to watch YouTube videos with an adblocker.
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-10-29
วันที่เผยแพร่ 2023-10-25
คะแนน 3.94/5 รวมทั้งหมด 203 คะแนน
ผู้พัฒนา Project Centurion
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Anti-Adblock Bypass",
    "description": "Allows you to watch YouTube videos with an adblocker.",
    "version": "1.0.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/music.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "https:\/\/music.youtube.com\/watch*"
            ],
            "js": [
                "injected.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "128.png"
    }
}