KellyC JRShowRating
Show rating of posts and comments for authored users
Wat is KellyC JRShowRating?
KellyC JRShowRating is een Chrome-extensie ontwikkeld door https://kelly.catface.ru, en de belangrijkste functie is "Show rating of posts and comments for authored users".
Extensie Screenshots
Download het CRX-bestand van de extensie KellyC JRShowRating
Download KellyC JRShowRating-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | KellyC JRShowRating |
ID | phdcanpdbhjcbcpnkmgmhaemipnppckd |
Officiële URL | https://chromewebstore.google.com/detail/kellyc-jrshowrating/phdcanpdbhjcbcpnkmgmhaemipnppckd |
Beschrijving | Show rating of posts and comments for authored users |
Bestandsgrootte | 100 KB |
Aantal Installaties | 314 |
Huidige Versie | 1.0.2.2 |
Laatst Bijgewerkt | 2022-04-29 |
Publicatiedatum | 2020-06-22 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://kelly.catface.ru |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/NC22/KellyCJRShowRating |
Help Pagina-URL | https://github.com/NC22/KellyCJRShowRating |
URL van de Privacybeleid Pagina | https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy |
Ondersteunde Talen | 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": [] } ] } |