YT Repeat
Repeats YouTube videos.
YT Repeatคืออะไร?
YT Repeat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://antimatter15.com และคุณลักษณะหลักของมันคือ "Repeats YouTube videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YT Repeat
ดาวน์โหลดไฟล์ส่วนขยาย YT Repeat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Somehow it doesn't look like there's another YouTube repeat extension, so here's one. It's pretty simple and works with both the flash and HTML5 players, and should hopefully survive whenever YouTube updates.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YT Repeat |
ID | piicimoiaiblachamdicgngccadhlecl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yt-repeat/piicimoiaiblachamdicgngccadhlecl |
คำอธิบาย | Repeats YouTube videos. |
ขนาดไฟล์ | 31.72 KB |
จำนวนการติดตั้ง | 2,846 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2014-08-20 |
วันที่เผยแพร่ | 2014-08-19 |
คะแนน | 4.13/5 รวมทั้งหมด 89 คะแนน |
ผู้พัฒนา | https://antimatter15.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://twitter.com/antimatter15 |
URL หน้าช่วยเหลือ | http://twitter.com/antimatter15 |
URL หน้านโยบายความเป็นส่วนตัว | http://projectnaptha.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YT Repeat", "version": "1.0.3", "description": "Repeats YouTube videos.", "icons": { "16": "icons\/16.png", "22": "icons\/22.png", "32": "icons\/32.png", "48": "icons\/48.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "contentscript.js" ] } ] } |