Auto Replay for YouTube™
Enables automatic replay of a YouTube™ video or a part of it...
Auto Replay for YouTube™ là gì?
Auto Replay for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi http://www.ezlooper.com, và tính năng chính của nó là "Enables automatic replay of a YouTube™ video or a part of it...".
Ả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 Auto Replay for YouTube™
Tải xuống các tệp mở rộng Auto Replay for YouTube™ 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
Adds a Replay button to YouTube™, allowing you to loop the video clip. Replay and share your loops using the built-in EZ Looper integration (http://www.ezlooper.com) Excellent for musicians: Loop to practice on a specific part of a song... Notes * I've integrated between the addon and EZ Looper (http://www.ezlooper.com). Your thoughts and comments are welcome!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mcdpnidfhfjfbafmpppcplcejgepadbo |
URL Chính Thức | https://chrome.google.com/webstore/detail/auto-replay-for-youtube/mcdpnidfhfjfbafmpppcplcejgepadbo |
Mô tả | Enables automatic replay of a YouTube™ video or a part of it... |
Kích Thước Tệp | 60.07 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 3.4 |
Cập Nhật Lần Cuối | 2018-01-31 |
Ngày Phát Hành | 2018-01-31 |
Đánh Giá | 3.94/5 Tổng số 431 Đánh Giá |
Nhà Phát Triển | http://www.ezlooper.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Replay for YouTube\u2122", "manifest_version": 2, "version": "3.4", "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "jquery-3.3.1.min.js", "youtubeautoreplay_script.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "bg.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "description": "Enables automatic replay of a YouTube\u2122 video or a part of it..." } |