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 क्या है?
Reddit Minimizer https://redditmanager.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ever clicked a link and went back only to lose the comment you were reading due to uncollapsed comments. This keeps them minimized!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Minimizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
🏆🏆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. 🙌🙌🙌🙌🙌🙌🙌🙌
एक्सटेंशन की मूल जानकारी
नाम | Reddit Minimizer |
ID | kkogipaajcmahmogohobknenfnclcdpk |
आधिकारिक URL | https://chromewebstore.google.com/detail/reddit-minimizer/kkogipaajcmahmogohobknenfnclcdpk |
विवरण | Ever clicked a link and went back only to lose the comment you were reading due to uncollapsed comments. This keeps them minimized! |
फ़ाइल का आकार | 11.38 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 1.0 beta |
अंतिम अपडेट | 2017-08-14 |
प्रकाशन तिथि | 2017-08-14 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | https://redditmanager.com |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://redditmanager.com |
समर्थित भाषाएँ | 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" } |