YouTube NonStop

Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!

YouTube NonStopคืออะไร?

YouTube NonStop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lawfx และคุณลักษณะหลักของมันคือ "Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!"

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

screenshot

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

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

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

                        ***Important: This extension doesn't keep the confirmation box from popping up. It only counters it. It auto-clicks the confirmation box and the video won't get paused.***

Working on YouTube and YouTube Music!
Media Keys supported!

Untested (but should work) when: Video is in fullscreen, Video is in miniplayer.

If you have any problems, don't hesitate to drop me an email. :)                    

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

ชื่อ YouTube NonStop YouTube NonStop
ID nlkaejimjacpillmajjnopmpbkbnocid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-nonstop/nlkaejimjacpillmajjnopmpbkbnocid
คำอธิบาย Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
ขนาดไฟล์ 76.16 KB
จำนวนการติดตั้ง 728,552
เวอร์ชันปัจจุบัน 0.9.2
อัปเดตครั้งล่าสุด 2023-10-30
วันที่เผยแพร่ 2020-05-14
คะแนน 3.47/5 รวมทั้งหมด 941 คะแนน
ผู้พัฒนา lawfx
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/lawfx/YoutubeNonStop
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube NonStop",
    "short_name": "YT NonStop",
    "version": "0.9.2",
    "description": "Kiss the annoying \"Video paused. Continue watching?\" confirmation goodbye!",
    "web_accessible_resources": [
        {
            "resources": [
                "autoconfirm.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/yns16.png",
            "32": "images\/yns32.png",
            "48": "images\/yns48.png",
            "128": "images\/yns128.png"
        }
    },
    "icons": {
        "16": "images\/yns16.png",
        "32": "images\/yns32.png",
        "48": "images\/yns48.png",
        "128": "images\/yns128.png"
    },
    "manifest_version": 3
}