Youtube Video Speed UP!
Control Youtube Video Speed or any video that probably able to control, give it a try!
Youtube Video Speed UP! là gì?
Youtube Video Speed UP! là một tiện ích mở rộng Chrome được phát triển bởi xinxinz9999, và tính năng chính của nó là "Control Youtube Video Speed or any video that probably able to control, give it a try!".
Ả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 Video Speed UP!
Tải xuống các tệp mở rộng Youtube Video Speed UP! 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
Control Youtube Video Speed or any video that probably able to control. Speed Up from x1 to x8 with 10.(speed above this is not supported by browser.) Slow Down from 0.01 to 1.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube Video Speed UP! |
ID | jdcgdehghfameefmeembbbajjkimigpe |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-video-speed-up/jdcgdehghfameefmeembbbajjkimigpe |
Mô tả | Control Youtube Video Speed or any video that probably able to control, give it a try! |
Kích Thước Tệp | 12.61 KB |
Số Lần Cài Đặt | 221 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2021-09-30 |
Ngày Phát Hành | 2021-09-30 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | xinxinz9999 |
[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": "Youtube Video Speed UP!", "description": "Control Youtube Video Speed or any video that probably able to control, give it a try!", "version": "0.0.0.1", "manifest_version": 3, "author": "XINXIN ZHAO", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } } |