Youtube-Replayer
Hope this help!
Youtube-Replayer là gì?
Youtube-Replayer là một tiện ích mở rộng Chrome được phát triển bởi nhung.luke, và tính năng chính của nó là "Hope this help!".
Ả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 Youtube-Replayer
Tải xuống các tệp mở rộng Youtube-Replayer 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
Provide an easy way to replay a part of your favorite Youtube video, all you have to do are click A for setting the first point and click B for select the last point of the part you would like to repeat.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube-Replayer |
ID | ikehalidojegddocmomcghlpkalignkj |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube-replayer/ikehalidojegddocmomcghlpkalignkj |
Mô tả | Hope this help! |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 248 |
Phiên Bản Hiện Tại | 0.0.0.5 |
Cập Nhật Lần Cuối | 2021-09-21 |
Ngày Phát Hành | 2017-05-06 |
Đánh Giá | 4.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | nhung.luke |
[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", "manifest_version": 2, "name": "Youtube-Replayer", "version": "0.0.0.5", "description": "Hope this help!", "background_page": "background.html", "icons": { "128": "images\/autoreplay-128.png", "64": "images\/autoreplay-64.png", "48": "images\/autoreplay-48.png", "32": "images\/autoreplay-32.png", "24": "images\/autoreplay-24.png", "18": "images\/autoreplay-18.png" }, "permissions": [ "declarativeContent" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "css": [ "css\/content.css", "css\/checkbox.css", "css\/bootstrap.css" ], "js": [ "scripts\/jquery.js", "scripts\/bootstrap.js", "scripts\/content.js" ] } ], "page_action": { "default_icon": "images\/autoreplay-32.png", "default_popup": "html\/popup.html", "default_title": "Click here!" }, "background": { "scripts": [ "scripts\/background.js" ] } } |