Auto Replay for Youtube™
Adds a button to YouTube videos to toggle auto-repeat.
Auto Replay for Youtube™คืออะไร?
Auto Replay for Youtube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cool Apps และคุณลักษณะหลักของมันคือ "Adds a button to YouTube videos to toggle auto-repeat."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Replay for Youtube™
ดาวน์โหลดไฟล์ส่วนขยาย Auto Replay for Youtube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds an Auto Replay button to YouTube™ Videos. This is Auto Replay for YouTube! Watch your favorite videos on Youtube over and over again. This extension works by adding an auto replay checkbox in YouTube™ video page. You can also select a portion of the video to be auto replayed. HTML 5 videos are now supported. Auto Replay for YouTube is easy to use and has a user friendly design. - Switch on/off the auto replay function with one click - Show/hide auto replay options and choose how many times to replay/loop a YouTube video - Select the specific time period that you wish to auto replay/loop a YouTube video. Now you can create a loop for the best parts of your favourite YouTube videos. There is an easy to use interface which is being added to the YouTube video so you can create a loop of your choice. You can also bookmark your favourite YouTube videos and they will always be available for you to auto replay automatically. Auto Replay for YouTube is probably the best YouTube looper to repeat and replay videos. Enjoy your favorite video moments indefinitely and watch them over and over again!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Replay for Youtube™ |
ID | bibcfdkcepikgobhndhmlkjmadkmdoaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-replay-for-youtube/bibcfdkcepikgobhndhmlkjmadkmdoaf |
คำอธิบาย | Adds a button to YouTube videos to toggle auto-repeat. |
ขนาดไฟล์ | 225 KB |
จำนวนการติดตั้ง | 9,782 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2022-04-07 |
วันที่เผยแพร่ | 2020-04-21 |
คะแนน | 4.24/5 รวมทั้งหมด 378 คะแนน |
ผู้พัฒนา | Cool Apps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://audio-editor.freeonlineapps.net/privacy-policy |
ภาษาที่รองรับ | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/welcome.js" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "content.js", "background.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "__MSG_application_description__", "icons": { "128": "icon-128.png", "16": "icon-16.png", "256": "icon-256.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png" }, "manifest_version": 3, "name": "__MSG_application_title__", "version": "3.0.0", "action": { "default_icon": { "128": "icon-128.png", "16": "icon-16.png", "256": "icon-256.png", "32": "icon-32.png", "48": "icon-48.png", "512": "icon-512.png", "64": "icon-64.png", "96": "icon-96.png" }, "default_popup": "popup.html" }, "homepage_url": "https:\/\/repeat-youtube.freeonlineapps.net\/" } |