VidSprint: Video Speed Controller
Minimalistic video speed controller
VidSprint: Video Speed Controller là gì?
VidSprint: Video Speed Controller là một tiện ích mở rộng Chrome được phát triển bởi VS Creations, và tính năng chính của nó là "Minimalistic video speed controller".
Ả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 VidSprint: Video Speed Controller
Tải xuống các tệp mở rộng VidSprint: Video Speed Controller 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
Need to binge watch trending shows? Want to speed through slow and dramatic scenes? With VidSprint, you can sprint your videos on your favorite streaming platform! Features include: - Speed up any video you're watching up to 5x - Slow down any video you're watching down to 0.25x - Minimalist Design/Interface - Dark Mode friendly - Runs Offline
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VidSprint: Video Speed Controller |
ID | mbbpnlifeoijpphllkbfhpljhlifblfm |
URL Chính Thức | https://chromewebstore.google.com/detail/vidsprint-video-speed-con/mbbpnlifeoijpphllkbfhpljhlifblfm |
Mô tả | Minimalistic video speed controller |
Kích Thước Tệp | 14.37 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2021-01-05 |
Ngày Phát Hành | 2020-12-31 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | VS Creations |
[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": "VidSprint: Video Speed Controller", "description": "Minimalistic video speed controller", "version": "0.0.0.2", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "commands": { "toggle-increase": { "suggested_key": { "default": "Ctrl+Shift+K", "mac": "Command+Shift+K" }, "description": "Toggle feature foo" }, "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+Y", "mac": "Command+Shift+Y", "chromeos": "Ctrl+Shift+U", "linux": "Ctrl+Shift+J" } }, "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+E", "windows": "Alt+Shift+P", "mac": "Alt+Shift+P" } } } } |