rComments - Reddit Hover Comments

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

O que é rComments - Reddit Hover Comments?

rComments - Reddit Hover Comments é uma extensão do Chrome desenvolvida por https://iampueroo.github.io/rComments, e sua principal característica é "Hover over comments link to view all comments and their replies.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão rComments - Reddit Hover Comments

Baixe arquivos de extensão rComments - Reddit Hover Comments no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome rComments - Reddit Hover Comments rComments - Reddit Hover Comments
ID njkilkdmdolbjonbfjhmknefhdccioig
URL Oficial https://chromewebstore.google.com/detail/rcomments-reddit-hover-co/njkilkdmdolbjonbfjhmknefhdccioig
Descrição Hover over comments link to view all comments and their replies.
Tamanho do Arquivo 75.65 KB
Contagem de Instalações 317
Versão Atual 1.4.0
Última Atualização 2021-06-24
Data de Publicação 2020-06-24
Classificação 4.07/5 Total de 15 Avaliações
Desenvolvedor https://iampueroo.github.io/rComments
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://iampueroo.github.io/rComments/
Idiomas Suportados 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"
    }
}