Reply Videos Tweak For Youtube
Enables autoreplay of a YouTube™ videos
Reply Videos Tweak For Youtubeคืออะไร?
Reply Videos Tweak For Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zenunity และคุณลักษณะหลักของมันคือ "Enables autoreplay of a YouTube™ videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reply Videos Tweak For Youtube
ดาวน์โหลดไฟล์ส่วนขยาย Reply Videos Tweak For Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No need to use refresh button to repeat a video on youtube anymore. because "Reply Videos Tweak For Youtube" extension will help you to to that in one single click. For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kijcidehmghliocaelamimgiaiogcjal |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reply-videos-tweak-for-yo/kijcidehmghliocaelamimgiaiogcjal |
คำอธิบาย | Enables autoreplay of a YouTube™ videos |
ขนาดไฟล์ | 12.71 KB |
จำนวนการติดตั้ง | 22,426 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2021-02-12 |
วันที่เผยแพร่ | 2021-02-11 |
คะแนน | 2.74/5 รวมทั้งหมด 491 คะแนน |
ผู้พัฒนา | Zenunity |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://4kdownloader.net/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/yt-repetertweak.js" ], "css": [ "css\/yt.css" ], "run_at": "document_end" } ] } |