Reddit Megathreader
This extension improves reading experience on Reddit megathreads
What is Reddit Megathreader?
Reddit Megathreader is a Chrome extension developed by abcpp, and its main feature is "This extension improves reading experience on Reddit megathreads".
Extension Screenshots
Download Reddit Megathreader Extension CRX File
Download Reddit Megathreader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!)
Extension Basic Information
Name | Reddit Megathreader |
ID | dkobfgjgbadngkmpkkaaajfidgenkaii |
Official URL | https://chromewebstore.google.com/detail/reddit-megathreader/dkobfgjgbadngkmpkkaaajfidgenkaii |
Description | This extension improves reading experience on Reddit megathreads |
File Size | 4.56 KB |
Installation Count | 11 |
Current Version | 1.0.1 |
Last Updated | 2017-03-17 |
Publish Date | 2017-03-17 |
Rating | 3.00/5 Total 2 Ratings |
Developer | abcpp |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |