Reddit Megathreader

This extension improves reading experience on Reddit megathreads

Co je Reddit Megathreader?

Reddit Megathreader je rozšíření Chrome vyvinuté abcpp, a jeho hlavní funkcí je „This extension improves reading experience on Reddit megathreads“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reddit Megathreader

Stáhněte si soubory rozšíření Reddit Megathreader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!)                    

Základní Informace o Rozšíření

Název Reddit Megathreader Reddit Megathreader
ID dkobfgjgbadngkmpkkaaajfidgenkaii
Oficiální URL https://chromewebstore.google.com/detail/reddit-megathreader/dkobfgjgbadngkmpkkaaajfidgenkaii
Popis This extension improves reading experience on Reddit megathreads
Velikost souboru 4.56 KB
Počet instalací 11
Aktuální Verze 1.0.1
Poslední Aktualizace 2017-03-17
Datum Vydání 2017-03-17
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář abcpp
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}