KellyC RateDisplay1337
Show rating of posts and comments for authored users
Was ist KellyC RateDisplay1337?
KellyC RateDisplay1337 ist eine Chrome-Erweiterung, die von https://kelly.catface.ru entwickelt wurde, und ihr Hauptmerkmal ist "Show rating of posts and comments for authored users".
Erweiterungsscreenshots
KellyC RateDisplay1337-Erweiterungs-CRX-Datei herunterladen
Laden Sie KellyC RateDisplay1337-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extension allow to show rating of posts and comments for loggedin users on several sites that supports JoyReactor CMS engine (https://app.assembla.com/spaces/empaty/subversion/source/HEAD)
Optional :
- Hide posts and comments by rating
- Highlight comments Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iidlfghkplmkegjpkpnookcmhngeloam |
| Offizielle URL | https://chromewebstore.google.com/detail/kellyc-ratedisplay1337/iidlfghkplmkegjpkpnookcmhngeloam |
| Beschreibung | Show rating of posts and comments for authored users |
| Dateigröße | 100 KB |
| Installationsanzahl | 162 |
| Aktuelle Version | 1.0.2.1 |
| Letztes Update | 2022-04-18 |
| Veröffentlichungsdatum | 2022-04-18 |
| Entwickler | https://kelly.catface.ru |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy |
| Unterstützte Sprachen | 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.1",
"name": "__MSG_ext_name__",
"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": []
}
]
} | |