YouTube Music Autoplay
Autoconfirm "Video paused. Continue watching?"
YouTube Music Autoplayคืออะไร?
YouTube Music Autoplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andrii.tishchenko และคุณลักษณะหลักของมันคือ "Autoconfirm "Video paused. Continue watching?""
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Music Autoplay
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Music Autoplay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Autoconfirm the alert "Video paused. Continue watching?" on the YouTube Music website. https://github.com/andriitishchenko/yMusic
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nalganimephelkfmejchafnkfmaiajpa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-music-autoplay/nalganimephelkfmejchafnkfmaiajpa |
คำอธิบาย | Autoconfirm "Video paused. Continue watching?" |
ขนาดไฟล์ | 12.65 KB |
จำนวนการติดตั้ง | 142 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2021-01-01 |
วันที่เผยแพร่ | 2020-12-29 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | andrii.tishchenko |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/andriitishchenko/yMusic |
URL หน้าช่วยเหลือ | https://github.com/andriitishchenko/yMusic |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Music Autoplay", "short_name": "YMusic", "version": "0.0.2", "description": "Autoconfirm \"Video paused. Continue watching?\"", "content_scripts": [ { "matches": [ "https:\/\/music.youtube.com\/*" ], "js": [ "injected.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon_16x16.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png", "128": "images\/icon_128x128.png" }, "manifest_version": 2 } |