Disqus Condensed
Condensed theme for enhanced readability when browsing disqus.com/home/
Что такое Disqus Condensed?
Disqus Condensed - это расширение Chrome, разработанное loneplacebo, и его основная функция - "Condensed theme for enhanced readability when browsing disqus.com/home/".
Снимки экрана расширения
Скачать файл CRX расширения Disqus Condensed
Скачайте файлы расширений Disqus Condensed в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Readability Enhancements:
- Home & channel feeds: x2 stories per page as you scroll
- Explore Discussions & related discussions sidebar is easier to scan
- Highlight newly created discussions for channels you moderate & people you follow
- Community guidelines link is now a button instead of a tiny text link
Hidden:
- discussion excerpts & highlighted comment
- share to social media link                     Основная информация о расширении
| Название |   |  
| ID | jjdnibohihomibfhckihkohkjaegbcnf | 
| Официальный URL | https://chromewebstore.google.com/detail/disqus-condensed/jjdnibohihomibfhckihkohkjaegbcnf | 
| Описание | Condensed theme for enhanced readability when browsing disqus.com/home/ | 
| Размер файла | 51.95 KB | 
| Количество установок | 263 | 
| Текущая Версия | 1.1.8 | 
| Последнее Обновление | 2019-02-04 | 
| Дата публикации | 2019-02-04 | 
| Рейтинг | 4.00/5 Всего 6 оценок | 
| Разработчик | loneplacebo | 
| Тип оплаты | free | 
| Официальный сайт расширения | https://disqus.com/home/ | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disqus Condensed",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Condensed theme for enhanced readability when browsing disqus.com\/home\/",
    "homepage_url": "https:\/\/disqus.com\/home\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/disqus.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/disqus.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "src\/bg\/condensing.js",
                "src\/bg\/onStartup.js"
            ]
        }
    ]
}  |  |