YouTube Auto-Repeat
An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.
YouTube Auto-Repeat là gì?
YouTube Auto-Repeat là một tiện ích mở rộng Chrome được phát triển bởi Matei Oprea, và tính năng chính của nó là "An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.".
Tải xuống tệp CRX của tiện ích mở rộng YouTube Auto-Repeat
Tải xuống các tệp mở rộng YouTube Auto-Repeat 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | omdpcjbpfcmfmdfnppkmfjoclkhmgada |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube-auto-repeat/omdpcjbpfcmfmdfnppkmfjoclkhmgada |
Mô tả | An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity. |
Kích Thước Tệp | 20.17 KB |
Số Lần Cài Đặt | 72 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2017-06-11 |
Ngày Phát Hành | 2017-06-11 |
Đánh Giá | 3.47/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Matei Oprea |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Auto-Repeat", "version": "0.0.2", "manifest_version": 2, "description": "An extension that allows you to set repeat intervals on youtube. You can repeat one\/infinity.", "homepage_url": "http:\/\/opreamatei.ro", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon19.png" }, "permissions": [ "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "icons\/refresh.png", "icons\/refresh_white.png", "icons\/refresh_white_1.png", "icons\/refresh_white_infinity.png" ] } |