Reddit Megathreader
This extension improves reading experience on Reddit megathreads
Wat is Reddit Megathreader?
Reddit Megathreader is een Chrome-extensie ontwikkeld door abcpp, en de belangrijkste functie is "This extension improves reading experience on Reddit megathreads".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit Megathreader
Download Reddit Megathreader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!)
Basisinformatie over de Extensie
Naam | Reddit Megathreader |
ID | dkobfgjgbadngkmpkkaaajfidgenkaii |
Officiële URL | https://chromewebstore.google.com/detail/reddit-megathreader/dkobfgjgbadngkmpkkaaajfidgenkaii |
Beschrijving | This extension improves reading experience on Reddit megathreads |
Bestandsgrootte | 4.56 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-03-17 |
Publicatiedatum | 2017-03-17 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | abcpp |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |