Reddit Megathreader
This extension improves reading experience on Reddit megathreads
Что такое Reddit Megathreader?
Reddit Megathreader - это расширение Chrome, разработанное abcpp, и его основная функция - "This extension improves reading experience on Reddit megathreads".
Снимки экрана расширения
Скачать файл CRX расширения Reddit Megathreader
Скачайте файлы расширений Reddit Megathreader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        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!)                     Основная информация о расширении
| Название |   |  
| 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"
            ]
        }
    ]
}  |  |