Simple Youtube Repeater
Simply click the repeat button to make the Youtube video automatically repeat.
Simple Youtube Repeaterคืออะไร?
Simple Youtube Repeater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kennethdevel และคุณลักษณะหลักของมันคือ "Simply click the repeat button to make the Youtube video automatically repeat."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Youtube Repeater
ดาวน์โหลดไฟล์ส่วนขยาย Simple Youtube Repeater ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simply click the repeat button to make the video automatically repeat.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Youtube Repeater |
ID | pbjaladifincbflhpknphchnapmemgnm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm |
คำอธิบาย | Simply click the repeat button to make the Youtube video automatically repeat. |
ขนาดไฟล์ | 15.46 KB |
จำนวนการติดตั้ง | 694 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2016-06-13 |
วันที่เผยแพร่ | 2016-06-13 |
คะแนน | 4.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | kennethdevel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Youtube Repeater", "description": "Simply click the repeat button to make the Youtube video automatically repeat.", "version": "3.0", "author": "Kenneth", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "js": [ "cs.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" } } |