KellyC JRShowRating

Show rating of posts and comments for authored users

Cos'è KellyC JRShowRating?

KellyC JRShowRating è un'estensione di Chrome sviluppata da https://kelly.catface.ru, e la sua funzione principale è "Show rating of posts and comments for authored users".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione KellyC JRShowRating

Scarica i file di estensione KellyC JRShowRating in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome KellyC JRShowRating KellyC JRShowRating
ID phdcanpdbhjcbcpnkmgmhaemipnppckd
URL Ufficiale https://chromewebstore.google.com/detail/kellyc-jrshowrating/phdcanpdbhjcbcpnkmgmhaemipnppckd
Descrizione Show rating of posts and comments for authored users
Dimensione del File 100 KB
Conteggio Installazioni 314
Versione Corrente 1.0.2.2
Ultimo Aggiornamento 2022-04-29
Data di Pubblicazione 2020-06-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://kelly.catface.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/NC22/KellyCJRShowRating
URL della Pagina di Aiuto https://github.com/NC22/KellyCJRShowRating
URL della Pagina della Politica sulla Privacy https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy
Lingue Supportate 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": []
        }
    ]
}