Reddit Minimizer
Ever clicked a link and went back only to lose the comment you were reading due to uncollapsed comments. This keeps them minimized!
Reddit Minimizer là gì?
Reddit Minimizer là một tiện ích mở rộng Chrome được phát triển bởi https://redditmanager.com, và tính năng chính của nó là "Ever clicked a link and went back only to lose the comment you were reading due to uncollapsed comments. This keeps them minimized!".
Ả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 Minimizer
Tải xuống các tệp mở rộng Reddit Minimizer 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
🏆🏆WELCOME🏆🏆 ☑ Keep minimized comments minimized on Reddit ☑ Efficient doesn't run in background ☑ Doesn't leak or store private info ☑ Small takes less 9kb ☑ Makes your life tad bit easier :D Tell me if this has happened to you, you are reading comments, minimizing/collapsing them to get them out of the way and sooner or later you find a link, you click that link.. and once you return all comments have expanded, and now you have to find the comment you were reading before you clicked. "Reddit Minimizer" fixes that. It remembers what you have minimized and keep them minimized on navigating back. 🙌🙌🙌🙌🙌🙌🙌🙌
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reddit Minimizer |
ID | kkogipaajcmahmogohobknenfnclcdpk |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-minimizer/kkogipaajcmahmogohobknenfnclcdpk |
Mô tả | Ever clicked a link and went back only to lose the comment you were reading due to uncollapsed comments. This keeps them minimized! |
Kích Thước Tệp | 11.38 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 1.0 beta |
Cập Nhật Lần Cuối | 2017-08-14 |
Ngày Phát Hành | 2017-08-14 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://redditmanager.com |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://redditmanager.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Minimizer", "version": "1.0.0", "description": "Ever clicked a link and went back only to lose the comment you were reading due to uncollapsed comments. This keeps them minimized!", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "browser_action": { "default_icon": { "32": "icon_32.png" } }, "author": "techsin", "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "script.js" ] } ], "incognito": "split", "offline_enabled": true, "version_name": "1.0 beta" } |