Video Speed Control
Easily control HTML5 video playback speed via toolbar popup
Video Speed Control là gì?
Video Speed Control là một tiện ích mở rộng Chrome được phát triển bởi Sevina, và tính năng chính của nó là "Easily control HTML5 video playback speed via toolbar popup".
Ả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 Video Speed Control
Tải xuống các tệp mở rộng Video Speed Control 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
Video Speed Control extension lets you easily control the playback speed for all HTML5 video elements. To work with this add-on, please open a webpage that contains HTML5 video elements. Then, play the desired video element and open the toolbar popup UI. Within the UI, adjust the playback speed and then click on the - Play - button (footer section). The playback speed will be changed according to the value shown in the popup. Please note that this add-on does NOT change the speed automatically. You need to open the toolbar popup UI and press the - Play - button each time (needs user-action). Moreover, every time a page is reloaded, the add-on needs a user action again. The minimum playback speed is 0.07x and the maximum speed is 16x. The min and max values are according to the HTML5 standards. If you have a feature request or found a bug to report, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/video-speed-control.html).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Video Speed Control |
ID | aejbmaihhlajphnlcdbojkjbdckkfdki |
URL Chính Thức | https://chromewebstore.google.com/detail/video-speed-control/aejbmaihhlajphnlcdbojkjbdckkfdki |
Mô tả | Easily control HTML5 video playback speed via toolbar popup |
Kích Thước Tệp | 44.73 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2023-07-05 |
Ngày Phát Hành | 2018-11-18 |
Đánh Giá | 4.97/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | Sevina |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mybrowseraddon.com/video-speed-control.html |
URL Trang Trợ Giúp | https://mybrowseraddon.com/video-speed-control.html |
URL Trang Chính Sách Bảo Mật | https://mybrowseraddon.com/privacy-policy/developer/sevina.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "offline_enabled": true, "name": "Video Speed Control", "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "permissions": [ "storage", "activeTab", "scripting" ], "homepage_url": "https:\/\/mybrowseraddon.com\/video-speed-control.html", "description": "Easily control HTML5 video playback speed via toolbar popup", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Video Speed Control", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |