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!
Qu'est-ce que Reddit Minimizer ?
Reddit Minimizer est une extension Chrome développée par https://redditmanager.com, et sa fonction principale est "Ever clicked a link and went back only to lose the comment you were reading due to uncollapsed comments. This keeps them minimized!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reddit Minimizer
Téléchargez les fichiers d'extension Reddit Minimizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
🏆🏆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. 🙌🙌🙌🙌🙌🙌🙌🙌
Informations de Base sur l'Extension
Nom | Reddit Minimizer |
ID | kkogipaajcmahmogohobknenfnclcdpk |
URL Officiel | https://chromewebstore.google.com/detail/reddit-minimizer/kkogipaajcmahmogohobknenfnclcdpk |
Description | Ever clicked a link and went back only to lose the comment you were reading due to uncollapsed comments. This keeps them minimized! |
Taille du Fichier | 11.38 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.0 beta |
Dernière Mise à Jour | 2017-08-14 |
Date de Publication | 2017-08-14 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | https://redditmanager.com |
Type de Paiement | free |
URL de la Page d'Aide | https://redditmanager.com |
Langues Prises en Charge | 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" } |