KellyC JRShowRating
Show rating of posts and comments for authored users
Qu'est-ce que KellyC JRShowRating ?
KellyC JRShowRating 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
Télécharger le fichier CRX de l'extension KellyC JRShowRating
Téléchargez les fichiers d'extension KellyC JRShowRating 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
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
Informations de Base sur l'Extension
Nom | KellyC JRShowRating |
ID | phdcanpdbhjcbcpnkmgmhaemipnppckd |
URL Officiel | https://chromewebstore.google.com/detail/kellyc-jrshowrating/phdcanpdbhjcbcpnkmgmhaemipnppckd |
Description | Show rating of posts and comments for authored users |
Taille du Fichier | 100 KB |
Nombre d'Installations | 314 |
Version Actuelle | 1.0.2.2 |
Dernière Mise à Jour | 2022-04-29 |
Date de Publication | 2020-06-22 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://kelly.catface.ru |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/NC22/KellyCJRShowRating |
URL de la Page d'Aide | https://github.com/NC22/KellyCJRShowRating |
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.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": [] } ] } |