Youtube Shorts Controller
Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed
Youtube Shorts Controller là gì?
Youtube Shorts Controller là một tiện ích mở rộng Chrome được phát triển bởi aomerrill98, và tính năng chính của nó là "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed".
Ả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 Shorts Controller
Tải xuống các tệp mở rộng Youtube Shorts 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
This extension allows you to fast forward and rewind YouTube shorts by 2.5 and 5 seconds. It also allows you to modify playback speed in increments of .25x. The current playback speed as well as timestamp are also displayed on the bottom left of the video. Controls: w/a/A/s/d/D Fast Forward: d - 2.5s D - 5s Rewind: a - 2.5s A - 5s Playback Speed: w - increment by .25x s - decrement by .25x
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube Shorts Controller |
ID | ficbdkikbblcnkclmfkkppgmfgbcihch |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-shorts-controller/ficbdkikbblcnkclmfkkppgmfgbcihch |
Mô tả | Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed |
Kích Thước Tệp | 27.82 KB |
Số Lần Cài Đặt | 832 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2023-11-30 |
Ngày Phát Hành | 2022-12-14 |
Đánh Giá | 4.73/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | aomerrill98 |
[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": 3, "name": "Youtube Shorts Controller", "version": "1.0.3", "description": "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "styles.css" ], "js": [ "youtube-shorts-controller-script.js" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |