FiniteScroller for YouTube
Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
FiniteScroller for YouTube là gì?
FiniteScroller for YouTube là một tiện ích mở rộng Chrome được phát triển bởi Josh Thomas, và tính năng chính của nó là "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.".
Ả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 FiniteScroller for YouTube
Tải xuống các tệp mở rộng FiniteScroller for YouTube 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
A simple, lightweight Chrome extension that removes the infinite scrolling of the Youtube homepage, and replaces it with the former page system (rather than infinite content loading, you have to click "next"). I built this as I waste a lot of time scrolling down through the Youtube homepage - reverting back to pages ensures that I waste a lot less time each day. If you have any issues, reach out to me at: [email protected] Cheers! Josh
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FiniteScroller for YouTube |
ID | kegkkfafbnhjegacodknmiinnhfbelmp |
URL Chính Thức | https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp |
Mô tả | Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system. |
Kích Thước Tệp | 7.17 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 1.3.10 |
Cập Nhật Lần Cuối | 2021-09-15 |
Ngày Phát Hành | 2021-09-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Josh Thomas |
[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": "FiniteScroller for YouTube", "version": "1.3.10", "description": "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.youtube.com\/" ] } ] } |