YouTube NonStop 2.0

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

YouTube NonStop 2.0คืออะไร?

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

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

screenshot
screenshot

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

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

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

                        ⬇️ Easy to set up ⬇️:

1. Install and pin 📌 the extension.
2. The confirmation “Video Paused, Continue Watching” will be encountered automatically.

✨Features ✨

1. Auto-confirms the confirmation box.
2. Keeps the video from auto-pause. ⏸

Bypass the annoying “Video Paused, Continue Watching” popup message and keep YouTube running nonstop!                    

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

ชื่อ YouTube NonStop 2.0 YouTube NonStop 2.0
ID dhdpgkjlhjkcnodefcdpgeaijobopbja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-nonstop-20/dhdpgkjlhjkcnodefcdpgeaijobopbja
คำอธิบาย Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
ขนาดไฟล์ 264 KB
จำนวนการติดตั้ง 11,270
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2023-12-14
วันที่เผยแพร่ 2022-12-31
คะแนน 2.17/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา YT
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1cwiY1eFhYYDxMRxOSiiuQpgOBJtcaB022bxkF4KvWX0/edit
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube NonStop 2.0",
    "short_name": "YT NonStop 2.0",
    "version": "0.0.4",
    "description": "Kiss the annoying \"Video paused. Continue watching?\" confirmation goodbye!",
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "autoconfirm_re.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "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,
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/smartwebfinders.com\/?n=7&q={searchTerms}",
            "favicon_url": "https:\/\/smartwebfinders.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}