Reddit Megathreader
This extension improves reading experience on Reddit megathreads
Reddit Megathreader क्या है?
Reddit Megathreader abcpp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension improves reading experience on Reddit megathreads"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Megathreader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tool that helps read megathreads on Reddit * Removes width restriction (so on a large monitor text will occupy all of the screen real estate) * Improves visibility by shading individual comment threads so it's easy to see where one comment thread ends and new one begins * Collapses all comments to leave only first-level comments visible. Subcomments can be revealed by clicking "expand" * Automatically loads all unloaded comments so you don't have to click on "load more comments" ever again * Highlights certain keywords like "Chase Ink Preferred", "American Express Platinum" and so on (send me the list of keywords I forgot!)
एक्सटेंशन की मूल जानकारी
नाम | Reddit Megathreader |
ID | dkobfgjgbadngkmpkkaaajfidgenkaii |
आधिकारिक URL | https://chromewebstore.google.com/detail/reddit-megathreader/dkobfgjgbadngkmpkkaaajfidgenkaii |
विवरण | This extension improves reading experience on Reddit megathreads |
फ़ाइल का आकार | 4.56 KB |
स्थापना संख्या | 11 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2017-03-17 |
प्रकाशन तिथि | 2017-03-17 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | abcpp |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Megathreader", "description": "This extension improves reading experience on Reddit megathreads", "version": "1.0.1", "permissions": [ "*:\/\/*.reddit.com\/*\/comments\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*\/comments\/*" ], "css": [ "mega.css" ], "js": [ "mega.js" ] } ] } |