reddit-4-chan
View 4chan threads in a reddit-like nested format
reddit-4-chan là gì?
reddit-4-chan là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "View 4chan threads in a reddit-like nested format".
Ả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-4-chan
Tải xuống các tệp mở rộng reddit-4-chan 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
Makes browsing 4chan threads more convenient by nesting replies to a post, like on reddit. It uses a progressively lighter shade of colour to indicate the nesting level so it's easier to automatically process. You can also toggle collapse a particular reply and it's nested children by clicking on the ">>>" icon on each post. One minor caveat though is that, on 4chan, a reply can be made to more than one post at once. Instead of nesting the reply under both the referenced posts, I only show the reply in one of them, and in the others, it shows them up as "Not Nested". Oh and also, the extension does not work with the "Update" at the bottom of each thread - since I couldn't be arsed with handling it and it got the job done for my use case.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | reddit-4-chan |
ID | onkklpcicngfkheldiaenhoaaiolmmfo |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-4-chan/onkklpcicngfkheldiaenhoaaiolmmfo |
Mô tả | View 4chan threads in a reddit-like nested format |
Kích Thước Tệp | 12.52 KB |
Số Lần Cài Đặt | 126 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2020-06-07 |
Ngày Phát Hành | 2020-06-07 |
Nhà Phát Triển | Unknown |
[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", "name": "reddit-4-chan", "version": "0.1.1", "description": "View 4chan threads in a reddit-like nested format", "incognito": "split", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/boards.4channel.org\/*\/thread\/*", "*:\/\/boards.4chan.org\/*\/thread\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2 } |