Ad-free YouTube

Get rid of Youtube ads

Ad-free YouTubeคืออะไร?

Ad-free YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rushi Bharad และคุณลักษณะหลักของมันคือ "Get rid of Youtube ads"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad-free YouTube

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

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

                        Ad-free YouTube !!

Once you add this extension to your chrome browser, all annoying popup ads and skippable ads will stop showing.
This works on YouTube music as well.

Enjoy ad-free YouTube.

If you like the extension and find it useful, please reward me at https://paypal.me/rushibharad                    

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

ชื่อ Ad-free YouTube Ad-free YouTube
ID loaocbojmkjpcjabkcghbcdggjemhkpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ad-free-youtube/loaocbojmkjpcjabkcghbcdggjemhkpe
คำอธิบาย Get rid of Youtube ads
ขนาดไฟล์ 28.71 KB
จำนวนการติดตั้ง 1,046
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-09-01
วันที่เผยแพร่ 2019-09-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Rushi Bharad
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad-free YouTube",
    "description": "Get rid of Youtube ads",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Ad-free YouTube",
        "default_popup": "index.html"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/music.youtube.com\/*"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}