Shut Up, YouTube

Hides YouTube's popups for YouTube TV and Premium. Does not block ads in videos.

Shut Up, YouTubeคืออะไร?

Shut Up, YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alan deLespinasse และคุณลักษณะหลักของมันคือ "Hides YouTube's popups for YouTube TV and Premium. Does not block ads in videos."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shut Up, YouTube

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

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

                        This is NOT an ad blocker. It only blocks the popups for YouTube TV and YouTube Premium that sometimes show up in the lower left corner of the screen.                    

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

ชื่อ Shut Up, YouTube Shut Up, YouTube
ID kkbecibbpeikmhohblofhbfmkdpioioe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shut-up-youtube/kkbecibbpeikmhohblofhbfmkdpioioe
คำอธิบาย Hides YouTube's popups for YouTube TV and Premium. Does not block ads in videos.
ขนาดไฟล์ 3.13 KB
จำนวนการติดตั้ง 161
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2019-04-20
วันที่เผยแพร่ 2019-04-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Alan deLespinasse
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shut Up, YouTube",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "suyt.css"
            ]
        }
    ],
    "version": "0.2",
    "author": "Alan deLespinasse",
    "homepage_url": "https:\/\/aldel.com",
    "description": "Hides YouTube's popups for YouTube TV and Premium. Does not block ads in videos."
}