YouTube™ Double Tap Scroller
Allows you to rewind/fast forward youtube videos by 10 sec as in the YouTube™ Android app.
YouTube™ Double Tap Scroller là gì?
YouTube™ Double Tap Scroller là một tiện ích mở rộng Chrome được phát triển bởi Ivan, và tính năng chính của nó là "Allows you to rewind/fast forward youtube videos by 10 sec as in the YouTube™ Android app.".
Ả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™ Double Tap Scroller
Tải xuống các tệp mở rộng YouTube™ Double Tap Scroller 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
Double tap on the left central side of the video to rewind 10 sec and double tap on right central side to fast forward 10 sec. This works only for tapping. Double click on left and right sides will run fullscreen. This add-on is only for youtube.com. Developed for touch-screen laptops or tablets. Supports other sites, which contain youtube iframe. In Options is possible to set up rewind/fast forward interval (1sec - 20sec) and the tapping area's Width (10% - 50%) and Height (10% - 90%) v2.0: Now supports m.youtube.com for mobile apps v2.1: Added option "Hide messages while scrolling"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube™ Double Tap Scroller |
ID | ggenmjajnaphneaeblgfppfinfpnjfbl |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-double-tap-scroll/ggenmjajnaphneaeblgfppfinfpnjfbl |
Mô tả | Allows you to rewind/fast forward youtube videos by 10 sec as in the YouTube™ Android app. |
Kích Thước Tệp | 10.44 KB |
Số Lần Cài Đặt | 241 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2019-11-20 |
Ngày Phát Hành | 2019-11-19 |
Đánh Giá | 3.63/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | Ivan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube\u2122 Double Tap Scroller", "version": "2.1", "description": "Allows you to rewind\/fast forward youtube videos by 10 sec as in the YouTube\u2122 Android app.", "icons": { "48": "ico-48.png" }, "options_ui": { "page": "options.html" }, "permissions": [ "storage", "https:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "youtubedtap.js" ], "css": [ "ydbt.css" ], "all_frames": true } ] } |