Reddit Under 100
Highlights threads that contain under 100 comments. Toggle with ~ key.
Reddit Under 100 là gì?
Reddit Under 100 là một tiện ích mở rộng Chrome được phát triển bởi https://www.clayburngriffin.com, và tính năng chính của nó là "Highlights threads that contain under 100 comments. Toggle with ~ key.".
Ả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 Reddit Under 100
Tải xuống các tệp mở rộng Reddit Under 100 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 plugin that highlights Reddit threads that have fewer than 100 comments. Use the ~ key to toggle highlighting on and off. Updated to work with New and Old Reddit alike. (Option to use Q as toggle key like Version 1.0). You can send feedback to @Clayburn on Twitter.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reddit Under 100 |
ID | gockmhepknafokmfmpdkdmffnleaddmd |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-under-100/gockmhepknafokmfmpdkdmffnleaddmd |
Mô tả | Highlights threads that contain under 100 comments. Toggle with ~ key. |
Kích Thước Tệp | 13.37 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2023-07-20 |
Ngày Phát Hành | 2016-07-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.clayburngriffin.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.clayburngriffin.com/under100 |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Under 100", "description": "Highlights threads that contain under 100 comments. Toggle with ~ key.", "version": "2.0", "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "under.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "manifest_version": 3 } |