Youtube restore spacebar to scroll
A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com
Youtube restore spacebar to scroll là gì?
Youtube restore spacebar to scroll là một tiện ích mở rộng Chrome được phát triển bởi bsitdk, và tính năng chính của nó là "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com".
Ả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 restore spacebar to scroll
Tải xuống các tệp mở rộng Youtube restore spacebar to scroll 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
Youtube recently changed the default browser behavior of scrolling the page, when pressing the spacebar, to instead pause the video. This extension removes the "Spacebar to pause" functionality and restores the scrolling.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube restore spacebar to scroll |
ID | ahjglamdpmmcnabdflfbchopbahahhpk |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-restore-spacebar/ahjglamdpmmcnabdflfbchopbahahhpk |
Mô tả | A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com |
Kích Thước Tệp | 3.21 KB |
Số Lần Cài Đặt | 429 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-04-12 |
Ngày Phát Hành | 2019-04-12 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | bsitdk |
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 restore spacebar to scroll", "description": "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com", "version": "1.0.1", "manifest_version": 2, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtube.js" ] } ] } |