KellyC JRShowRating
Show rating of posts and comments for authored users
O que é KellyC JRShowRating?
KellyC JRShowRating é uma extensão do Chrome desenvolvida por https://kelly.catface.ru, e sua principal característica é "Show rating of posts and comments for authored users".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão KellyC JRShowRating
Baixe arquivos de extensão KellyC JRShowRating no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | KellyC JRShowRating |
ID | phdcanpdbhjcbcpnkmgmhaemipnppckd |
URL Oficial | https://chromewebstore.google.com/detail/kellyc-jrshowrating/phdcanpdbhjcbcpnkmgmhaemipnppckd |
Descrição | Show rating of posts and comments for authored users |
Tamanho do Arquivo | 100 KB |
Contagem de Instalações | 314 |
Versão Atual | 1.0.2.2 |
Última Atualização | 2022-04-29 |
Data de Publicação | 2020-06-22 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://kelly.catface.ru |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/NC22/KellyCJRShowRating |
URL da Página de Ajuda | https://github.com/NC22/KellyCJRShowRating |
URL da Página de Política de Privacidade | https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy |
Idiomas Suportados | 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": [] } ] } |