KellyC JRShowRating

Show rating of posts and comments for authored users

Was ist KellyC JRShowRating?

KellyC JRShowRating ist eine Chrome-Erweiterung, die von https://kelly.catface.ru entwickelt wurde, und ihr Hauptmerkmal ist "Show rating of posts and comments for authored users".

Erweiterungsscreenshots

screenshot
screenshot

KellyC JRShowRating-Erweiterungs-CRX-Datei herunterladen

Laden Sie KellyC JRShowRating-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name KellyC JRShowRating KellyC JRShowRating
ID phdcanpdbhjcbcpnkmgmhaemipnppckd
Offizielle URL https://chromewebstore.google.com/detail/kellyc-jrshowrating/phdcanpdbhjcbcpnkmgmhaemipnppckd
Beschreibung Show rating of posts and comments for authored users
Dateigröße 100 KB
Installationsanzahl 314
Aktuelle Version 1.0.2.2
Letztes Update 2022-04-29
Veröffentlichungsdatum 2020-06-22
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://kelly.catface.ru
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/NC22/KellyCJRShowRating
Hilfeseite URL https://github.com/NC22/KellyCJRShowRating
URL der Datenschutzrichtlinien-Seite https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy
Unterstützte Sprachen 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": []
        }
    ]
}