YouTube Not Paused

Video paused. Continue watching?

YouTube Not Pausedคืออะไร?

YouTube Not Paused เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ydk.vc และคุณลักษณะหลักของมันคือ "Video paused. Continue watching?"

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

screenshot

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

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

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

                        Q. 動画が一時停止されました。続きを視聴しますか?
A. ( ´Д`) <うるせぇ、エビフライぶつけんぞ
*. 自動的に確認ボックスの「はい」をクリックする拡張です

Q. Video paused. Continue watching?
A. ( 'A`) < Shut up. Throw the fried shrimp.
*. This extension auto-clicking "Yes" in the confirmation box.                    

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

ชื่อ YouTube Not Paused YouTube Not Paused
ID gddbkdpdnoeplfjbkpopjngdgcokpmbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-not-paused/gddbkdpdnoeplfjbkpopjngdgcokpmbo
คำอธิบาย Video paused. Continue watching?
ขนาดไฟล์ 11.65 KB
จำนวนการติดตั้ง 346
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-07-07
วันที่เผยแพร่ 2020-06-01
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://ydk.vc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/yudukiak/YouTubeNotPaused
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Not Paused",
    "version": "1.0.2",
    "description": "Video paused. Continue watching?",
    "author": "akasaka",
    "icons": {
        "16": "icons\/16.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}