ytloop
Automatically replay the video in Youtube by default.
ytloopคืออะไร?
ytloop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ikaflower และคุณลักษณะหลักของมันคือ "Automatically replay the video in Youtube by default."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ytloop
ดาวน์โหลดไฟล์ส่วนขยาย ytloop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can play Youtube video endlessly by default. In other words, This automatically replay the video clip.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ytloop |
ID | elcnaihlaknobdaoafljjbpbdobaccpp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ytloop/elcnaihlaknobdaoafljjbpbdobaccpp |
คำอธิบาย | Automatically replay the video in Youtube by default. |
ขนาดไฟล์ | 11.64 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2013-07-16 |
วันที่เผยแพร่ | 2013-07-16 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | ikaflower |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ytloop", "version": "1.0.2", "description": "__MSG_appDesc__", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch*" ], "js": [ "ytloop.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |