rComments - Reddit Hover Comments

Hover over comments link to view all comments and their replies.

Что такое rComments - Reddit Hover Comments?

rComments - Reddit Hover Comments - это расширение Chrome, разработанное https://iampueroo.github.io/rComments, и его основная функция - "Hover over comments link to view all comments and their replies.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения rComments - Reddit Hover Comments

Скачайте файлы расширений rComments - Reddit Hover Comments в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Reddit Extension rComments lets you to explore a post's comments and their replies just by hovering over the comments link of a post - no need to open new tabs or wait for additional page loads. Want to check out the top comment? The replies? Just hover over the comments link and the checkout any comment you'd like!                    

Основная информация о расширении

Название rComments - Reddit Hover Comments rComments - Reddit Hover Comments
ID njkilkdmdolbjonbfjhmknefhdccioig
Официальный URL https://chromewebstore.google.com/detail/rcomments-reddit-hover-co/njkilkdmdolbjonbfjhmknefhdccioig
Описание Hover over comments link to view all comments and their replies.
Размер файла 75.65 KB
Количество установок 317
Текущая Версия 1.4.0
Последнее Обновление 2021-06-24
Дата публикации 2020-06-24
Рейтинг 4.07/5 Всего 15 оценок
Разработчик https://iampueroo.github.io/rComments
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://iampueroo.github.io/rComments/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "rComments.js"
            ],
            "css": [
                "rComments.css"
            ],
            "matches": [
                "http:\/\/reddit.com\/*",
                "https:\/\/reddit.com\/*",
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "description": "Hover over comments link to view all comments and their replies.",
    "homepage_url": "https:\/\/iampueroo.github.io\/rComments\/",
    "manifest_version": 2,
    "minimum_chrome_version": "20.0",
    "name": "rComments - Reddit Hover Comments",
    "permissions": [
        "http:\/\/reddit.com\/*",
        "https:\/\/reddit.com\/*",
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.reddit.com\/*"
    ],
    "version": "1.4.0",
    "icons": {
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "600": "icons\/icon-600.png"
    }
}