rComments - Reddit Hover Comments

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

Qu'est-ce que rComments - Reddit Hover Comments ?

rComments - Reddit Hover Comments est une extension Chrome développée par https://iampueroo.github.io/rComments, et sa fonction principale est "Hover over comments link to view all comments and their replies.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension rComments - Reddit Hover Comments

Téléchargez les fichiers d'extension rComments - Reddit Hover Comments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom rComments - Reddit Hover Comments rComments - Reddit Hover Comments
ID njkilkdmdolbjonbfjhmknefhdccioig
URL Officiel https://chromewebstore.google.com/detail/rcomments-reddit-hover-co/njkilkdmdolbjonbfjhmknefhdccioig
Description Hover over comments link to view all comments and their replies.
Taille du Fichier 75.65 KB
Nombre d'Installations 317
Version Actuelle 1.4.0
Dernière Mise à Jour 2021-06-24
Date de Publication 2020-06-24
Évaluation 4.07/5 Total 15 Évaluations
Développeur https://iampueroo.github.io/rComments
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://iampueroo.github.io/rComments/
Langues Prises en Charge 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"
    }
}