iLoop: Youtube Loop Repeat Replay Part Video
Make auto loop, repeat, replay part of video easier on Youtube!
iLoop: Youtube Loop Repeat Replay Part Video là gì?
iLoop: Youtube Loop Repeat Replay Part Video là một tiện ích mở rộng Chrome được phát triển bởi https://super1ha1.github.io, và tính năng chính của nó là "Make auto loop, repeat, replay part of video easier on Youtube!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng iLoop: Youtube Loop Repeat Replay Part Video
Tải xuống các tệp mở rộng iLoop: Youtube Loop Repeat Replay Part Video dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
=============================== Whether you need it? =============================== - You want to loop, repeat, replay part of the video on Youtube - You need to manually click to repeat every time - Then this extension is for you. - This is a simple extension which adds a repeat button and a slider to easily select the repeat range. =============================== How to use =============================== - To On/Off repeat: toggle the repeat button - To change the repeat range: use the slider or edit the start time, end time directly. =============================== Available in =============================== Chrome, Firefox, Edge
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | iLoop: Youtube Loop Repeat Replay Part Video |
ID | aoebnamkmongkoloahpgjpokefagljkb |
URL Chính Thức | https://chromewebstore.google.com/detail/iloop-youtube-loop-repeat/aoebnamkmongkoloahpgjpokefagljkb |
Mô tả | Make auto loop, repeat, replay part of video easier on Youtube! |
Kích Thước Tệp | 433 KB |
Số Lần Cài Đặt | 2,229 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2022-08-03 |
Ngày Phát Hành | 2019-12-25 |
Đánh Giá | 4.82/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://super1ha1.github.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://super1ha1.github.io/ |
URL Trang Trợ Giúp | https://super1ha1.github.io/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iLoop: Youtube Loop Repeat Replay Part Video", "version": "1.1.0", "description": "Make auto loop, repeat, replay part of video easier on Youtube!", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [], "js": [ "\/static\/js\/content.js" ] } ], "icons": { "48": "images\/icons8-replay-48.png", "128": "images\/icons8-replay-128.png" }, "manifest_version": 3, "background": [], "web_accessible_resources": [], "content_security_policy": { "script-src": "self", "object-src": "self" } } |