KellyC JRShowRating
Show rating of posts and comments for authored users
Hvad er KellyC JRShowRating?
KellyC JRShowRating er en Chrome-udvidelse udviklet af https://kelly.catface.ru, og dens hovedfunktion er "Show rating of posts and comments for authored users".
Udvidelsesskærmbilleder
Download KellyC JRShowRating-udvidelses-CRX-fil
Download KellyC JRShowRating-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | phdcanpdbhjcbcpnkmgmhaemipnppckd |
| Officiel URL | https://chromewebstore.google.com/detail/kellyc-jrshowrating/phdcanpdbhjcbcpnkmgmhaemipnppckd |
| Beskrivelse | Show rating of posts and comments for authored users |
| Filstørrelse | 100 KB |
| Antal Installationer | 314 |
| Nuværende Version | 1.0.2.2 |
| Senest Opdateret | 2022-04-29 |
| Udgivelsesdato | 2020-06-22 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://kelly.catface.ru |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/NC22/KellyCJRShowRating |
| Hjælpeside-URL | https://github.com/NC22/KellyCJRShowRating |
| URL til Fortrolighedspolitik Side | https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy |
| Understøttede Sprog | 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": []
}
]
} | |