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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}