YouTube Instant Autoplay
Instantly plays the next YouTube video!
YouTube Instant Autoplayคืออะไร?
YouTube Instant Autoplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย loyolapps และคุณลักษณะหลักของมันคือ "Instantly plays the next YouTube video!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Instant Autoplay
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Instant Autoplay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instantly plays the next YouTube video upon finishing the current video. No need to wait or click to watch the next video! ✅ Automatically plays the next YouTube video 💡 Make sure to have "AutoPlay" on (located on YouTube player itself) Feedbacks and feature requests are happily welcomed at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Instant Autoplay |
ID | daaddadfbkngjhmjgcmmbeomechfoacb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-instant-autoplay/daaddadfbkngjhmjgcmmbeomechfoacb |
คำอธิบาย | Instantly plays the next YouTube video! |
ขนาดไฟล์ | 27.94 KB |
จำนวนการติดตั้ง | 588 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2023-12-20 |
วันที่เผยแพร่ | 2021-02-24 |
คะแนน | 4.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | loyolapps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Instant Autoplay", "version": "1.2", "description": "Instantly plays the next YouTube video!", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/icon128.png" } } |