Reddit Megathreader

This extension improves reading experience on Reddit megathreads

Co to jest Reddit Megathreader?

Reddit Megathreader to rozszerzenie Chrome opracowane przez abcpp, a jego główną funkcją jest „This extension improves reading experience on Reddit megathreads”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reddit Megathreader

Pobierz pliki rozszerzeń Reddit Megathreader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Megathreader Reddit Megathreader
ID dkobfgjgbadngkmpkkaaajfidgenkaii
Oficjalny URL https://chromewebstore.google.com/detail/reddit-megathreader/dkobfgjgbadngkmpkkaaajfidgenkaii
Opis This extension improves reading experience on Reddit megathreads
Rozmiar pliku 4.56 KB
Liczba instalacji 11
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-03-17
Data Publikacji 2017-03-17
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper abcpp
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}