KellyC JRShowRating
Show rating of posts and comments for authored users
Vad är KellyC JRShowRating?
KellyC JRShowRating är en Chrome-tillägg utvecklad av https://kelly.catface.ru, och dess huvudfunktion är "Show rating of posts and comments for authored users".
Tilläggsskärmbilder
Ladda ner KellyC JRShowRating-förlängningens CRX-fil
Ladda ner KellyC JRShowRating-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | KellyC JRShowRating |
ID | phdcanpdbhjcbcpnkmgmhaemipnppckd |
Officiell webbadress | https://chromewebstore.google.com/detail/kellyc-jrshowrating/phdcanpdbhjcbcpnkmgmhaemipnppckd |
Beskrivning | Show rating of posts and comments for authored users |
Filstorlek | 100 KB |
Antal Installationer | 314 |
Aktuell Version | 1.0.2.2 |
Senast Uppdaterad | 2022-04-29 |
Publiceringsdatum | 2020-06-22 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://kelly.catface.ru |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/NC22/KellyCJRShowRating |
Hjälpsida URL | https://github.com/NC22/KellyCJRShowRating |
URL till Sekretesspolicy Sidan | https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy |
Stödda Språk | 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": [] } ] } |