KellyC JRShowRating

Show rating of posts and comments for authored users

ما هو KellyC JRShowRating؟

KellyC JRShowRating هو إضافة Chrome تم تطويرها بواسطة https://kelly.catface.ru، والميزة الرئيسية لها هي "Show rating of posts and comments for authored users".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة KellyC JRShowRating

قم بتنزيل ملفات الامتداد KellyC JRShowRating بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Show rating of posts and comments for authored users on sites with supported HTML layouts (ex. catface.ru)

Optional :

- Hide posts and comments by rating
- Highlight comments                    

معلومات أساسية عن التمديد

الاسم KellyC JRShowRating KellyC JRShowRating
ID phdcanpdbhjcbcpnkmgmhaemipnppckd
عنوان URL الرسمي https://chromewebstore.google.com/detail/kellyc-jrshowrating/phdcanpdbhjcbcpnkmgmhaemipnppckd
الوصف Show rating of posts and comments for authored users
حجم الملف 100 KB
عدد التثبيتات 314
النسخة الحالية 1.0.2.2
آخر تحديث 2022-04-29
تاريخ النشر 2020-06-22
تقييم 5.00/5 مجموع تقييمات 2
المطور https://kelly.catface.ru
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/NC22/KellyCJRShowRating
عنوان صفحة المساعدة https://github.com/NC22/KellyCJRShowRating
عنوان صفحة سياسة الخصوصية https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "lib\/kellyTools.js",
                "lib\/kellyStorage.js",
                "lib\/kellyShowRateTpl.js",
                "lib\/kellyShowRate.js",
                "lib\/kellyTHComments.js",
                "init\/init.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3,
    "version": "1.0.2.2",
    "name": "KellyC JRShowRating",
    "description": "__MSG_ext_description__",
    "icons": {
        "32": "env\/img\/icon32x32.png",
        "44": "env\/img\/icon44x44.png",
        "128": "env\/img\/icon128x128.png"
    },
    "author": "nradiowave",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "env\/page\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [],
            "extension_ids": []
        }
    ]
}