YouLoop
Put YouTube videos on loop with one click
YouLoop là gì?
YouLoop là một tiện ích mở rộng Chrome được phát triển bởi Marko Kajzer, và tính năng chính của nó là "Put YouTube videos on loop with one click".
Ả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 YouLoop
Tải xuống các tệp mở rộng YouLoop 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
♫ Enjoy Music ♫ Loop your favorite YouTube videos. Just click the new loop icon next to the other YouTube video control icons while watching a YouTube video - the icon rotates and turns red indicating that the current YouTube video will be repeated. You can stop looping by pressing on the icon again. So why choose this extension instead of the others? • Much smaller than other extensions (<= 30kB vs. >= 100kB) • No support for Flash player which is old and deprecated. Let's help remove Flash Player from the internet! • Low memory usage since it is just a script. • Fancy animations! • Vanilla JavaScript only! • Other extensions of the same kind include unnecessary code and the code base is very messy. • If you have any problems or suggestions, feel free to click on "Support" and shoot me a question. • If you like this extension, please consider rating it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouLoop |
ID | fbeahjcnoclflfhkgphfadjldhfadncl |
URL Chính Thức | https://chromewebstore.google.com/detail/youloop/fbeahjcnoclflfhkgphfadjldhfadncl |
Mô tả | Put YouTube videos on loop with one click |
Kích Thước Tệp | 27.7 KB |
Số Lần Cài Đặt | 1,686 |
Phiên Bản Hiện Tại | 0.7.0 |
Cập Nhật Lần Cuối | 2021-08-05 |
Ngày Phát Hành | 2018-09-11 |
Đánh Giá | 4.82/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | Marko Kajzer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/markokajzer/youloop |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Marko Kajzer", "name": "YouLoop", "version": "0.7.0", "description": "Put YouTube videos on loop with one click", "icons": { "19": "icons\/icon_19px.png", "32": "icons\/icon_32px.png", "38": "icons\/icon_38px.png", "48": "icons\/icon_48px.png", "128": "icons\/icon_128px.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "css": [ "styles\/youloop.css" ], "js": [ "js\/content_script.js" ], "run_at": "document_end" } ], "permissions": [] } |