Youtube Nonstop

Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'

Youtube Nonstopคืออะไร?

Youtube Nonstop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย khongoton และคุณลักษณะหลักของมันคือ "Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'"

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

screenshot

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

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

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

                        Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'                    

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

ชื่อ Youtube Nonstop Youtube Nonstop
ID mchagemcboihinadnlbiddcfepiakfop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-nonstop/mchagemcboihinadnlbiddcfepiakfop
คำอธิบาย Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'
ขนาดไฟล์ 10.27 KB
จำนวนการติดตั้ง 864
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-06-06
วันที่เผยแพร่ 2023-03-16
คะแนน 2.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา khongoton
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Nonstop",
    "description": "Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'",
    "version": "1.0.3",
    "icons": {
        "16": "public\/icons\/16.png",
        "48": "public\/icons\/48.png",
        "128": "public\/icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "tab\/ytnonstop.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}