KellyC JRShowRating

Show rating of posts and comments for authored users

What is KellyC JRShowRating?

KellyC JRShowRating is a Chrome extension developed by https://kelly.catface.ru, and its main feature is "Show rating of posts and comments for authored users".

Extension Screenshots

screenshot
screenshot

Download KellyC JRShowRating Extension CRX File

Download KellyC JRShowRating extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name KellyC JRShowRating KellyC JRShowRating
ID phdcanpdbhjcbcpnkmgmhaemipnppckd
Official URL https://chromewebstore.google.com/detail/kellyc-jrshowrating/phdcanpdbhjcbcpnkmgmhaemipnppckd
Description Show rating of posts and comments for authored users
File Size 100 KB
Installation Count 314
Current Version 1.0.2.2
Last Updated 2022-04-29
Publish Date 2020-06-22
Rating 5.00/5 Total 2 Ratings
Developer https://kelly.catface.ru
Email [email protected]
Payment Type free
Extension Website https://github.com/NC22/KellyCJRShowRating
Help Page URL https://github.com/NC22/KellyCJRShowRating
Privacy Policy Page URL https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy
Supported Languages 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": []
        }
    ]
}