Video Looper for Youtube/Dailymotion/others
This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Video Looper for Youtube/Dailymotion/othersคืออะไร?
Video Looper for Youtube/Dailymotion/others เป็นส่วนขยายของ Chrome ที่พัฒนาโดย o9000 และคุณลักษณะหลักของมันคือ "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Looper for Youtube/Dailymotion/others
ดาวน์โหลดไฟล์ส่วนขยาย Video Looper for Youtube/Dailymotion/others ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A browser action button should appear on the right of the URL bar. Click the action button once to toggle automatic replay for the video; click twice to disable it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Looper for Youtube/Dailymotion/others |
ID | kpcelfaheoikimakaonbfipkijodnmmd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd |
คำอธิบาย | This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5 |
ขนาดไฟล์ | 18.77 KB |
จำนวนการติดตั้ง | 2,418 |
เวอร์ชันปัจจุบัน | 2015.12.30.0 |
อัปเดตครั้งล่าสุด | 2016-01-01 |
วันที่เผยแพร่ | 2016-01-01 |
คะแนน | 4.19/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | o9000 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Looper for Youtube\/Dailymotion\/others", "description": "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5", "version": "2015.12.30.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Video Looper", "default_icon": { "19": "icon-19.png", "38": "icon-38.png" } }, "permissions": [ "activeTab" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |