KellyC RateDisplay1337

Show rating of posts and comments for authored users

Qu'est-ce que KellyC RateDisplay1337 ?

KellyC RateDisplay1337 est une extension Chrome développée par https://kelly.catface.ru, et sa fonction principale est "Show rating of posts and comments for authored users".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KellyC RateDisplay1337

Téléchargez les fichiers d'extension KellyC RateDisplay1337 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Extension allow to show rating of posts and comments for loggedin users on several sites that supports JoyReactor CMS engine (https://app.assembla.com/spaces/empaty/subversion/source/HEAD)

Optional :

- Hide posts and comments by rating
- Highlight comments                    

Informations de Base sur l'Extension

Nom KellyC RateDisplay1337 KellyC RateDisplay1337
ID iidlfghkplmkegjpkpnookcmhngeloam
URL Officiel https://chromewebstore.google.com/detail/kellyc-ratedisplay1337/iidlfghkplmkegjpkpnookcmhngeloam
Description Show rating of posts and comments for authored users
Taille du Fichier 100 KB
Nombre d'Installations 162
Version Actuelle 1.0.2.1
Dernière Mise à Jour 2022-04-18
Date de Publication 2022-04-18
Développeur https://kelly.catface.ru
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy
Langues Prises en Charge 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.1",
    "name": "__MSG_ext_name__",
    "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": []
        }
    ]
}