rComments - Reddit Hover Comments

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

Apa itu rComments - Reddit Hover Comments?

rComments - Reddit Hover Comments adalah ekstensi Chrome yang dikembangkan oleh https://iampueroo.github.io/rComments, dan fitur utamanya adalah "Hover over comments link to view all comments and their replies.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi rComments - Reddit Hover Comments

Unduh file ekstensi rComments - Reddit Hover Comments dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama rComments - Reddit Hover Comments rComments - Reddit Hover Comments
ID njkilkdmdolbjonbfjhmknefhdccioig
URL Resmi https://chromewebstore.google.com/detail/rcomments-reddit-hover-co/njkilkdmdolbjonbfjhmknefhdccioig
Deskripsi Hover over comments link to view all comments and their replies.
Ukuran File 75.65 KB
Jumlah Instalasi 317
Versi Saat Ini 1.4.0
Terakhir Diperbarui 2021-06-24
Tanggal Publikasi 2020-06-24
Penilaian 4.07/5 Total 15 Penilaian
Pengembang https://iampueroo.github.io/rComments
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://iampueroo.github.io/rComments/
Bahasa yang Didukung 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"
    }
}