Stuck on repeat
Adds a repeat button to Youtube & Vimeo videos.
Stuck on repeatคืออะไร?
Stuck on repeat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.davidlopezgomez.es และคุณลักษณะหลักของมันคือ "Adds a repeat button to Youtube & Vimeo videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stuck on repeat
ดาวน์โหลดไฟล์ส่วนขยาย Stuck on repeat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You've got me stuck on repeat And I just can't seem to break free You've got me stuck on repeat I can only move to the beat And I don't remember how it started And I don't know how to stop But every time I reach the bottom Something pulls me right back to the top 'cause
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stuck on repeat |
ID | pldfmggcjmefiajnmphgpnbeideaaaab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stuck-on-repeat/pldfmggcjmefiajnmphgpnbeideaaaab |
คำอธิบาย | Adds a repeat button to Youtube & Vimeo videos. |
ขนาดไฟล์ | 11.92 KB |
จำนวนการติดตั้ง | 710 |
เวอร์ชันปัจจุบัน | 0.14 |
อัปเดตครั้งล่าสุด | 2022-07-06 |
วันที่เผยแพร่ | 2017-09-08 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | https://www.davidlopezgomez.es |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stuck on repeat", "description": "__MSG_extDescription__", "author": "David L\u00f3pez", "version": "0.14", "default_locale": "en", "manifest_version": 2, "browser_action": { "default_icon": { "38": "img\/icon38.png", "19": "img\/icon19.png" } }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/vimeo.com\/*" ], "js": [ "content.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" } } |