Smart Repeat
Repeat YouTube videos from any point in time
Smart Repeatคืออะไร?
Smart Repeat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OldGen Software และคุณลักษณะหลักของมันคือ "Repeat YouTube videos from any point in time"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Repeat
ดาวน์โหลดไฟล์ส่วนขยาย Smart Repeat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can repeat youtube from any point in time. :D
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cbafpldbkgamhfbggmdnjfmglcjaeldb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/smart-repeat/cbafpldbkgamhfbggmdnjfmglcjaeldb |
คำอธิบาย | Repeat YouTube videos from any point in time |
ขนาดไฟล์ | 18.32 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 1.33.7 |
อัปเดตครั้งล่าสุด | 2013-08-07 |
วันที่เผยแพร่ | 2013-08-07 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | OldGen Software |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Repeat", "content_scripts": [ { "js": [ "smartrepeat.js" ], "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } ], "description": "Repeat YouTube videos from any point in time", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "1.33.7", "manifest_version": 2 } |