You(Tube) don't stop!

Prevents annoying "video paused" dialogs from showing up

You(Tube) don't stop!คืออะไร?

You(Tube) don't stop! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spmn และคุณลักษณะหลักของมันคือ "Prevents annoying "video paused" dialogs from showing up"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย You(Tube) don't stop!

ดาวน์โหลดไฟล์ส่วนขยาย You(Tube) don't stop! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Recently, YouTube introduced a new "feature" which stops the video playback after a predetermined period of inactivity.

This extension fools YouTube into thinking that you are constantly active, so those "video paused" pop-ups won't show up at all.                    

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

ชื่อ You(Tube) don't stop! You(Tube) don't stop!
ID odklofidedfkjjgjnobmpipmobmlgkel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-dont-stop/odklofidedfkjjgjnobmpipmobmlgkel
คำอธิบาย Prevents annoying "video paused" dialogs from showing up
ขนาดไฟล์ 5.73 KB
จำนวนการติดตั้ง 4,596
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2019-06-23
วันที่เผยแพร่ 2019-06-23
คะแนน 3.70/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา spmn
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/spmn/yt-dont-stop/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "You(Tube) don't stop!",
    "version": "1.1.0",
    "description": "Prevents annoying \"video paused\" dialogs from showing up",
    "homepage_url": "https:\/\/github.com\/spmn\/yt-dont-stop",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtu.be\/*"
            ],
            "js": [
                "js\/bootstrapper.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/payload.js"
    ],
    "icons": {
        "128": "img\/icon_128.png"
    }
}