KellyC RateDisplay1337
Show rating of posts and comments for authored users
Apa itu KellyC RateDisplay1337?
KellyC RateDisplay1337 adalah ekstensi Chrome yang dikembangkan oleh https://kelly.catface.ru, dan fitur utamanya adalah "Show rating of posts and comments for authored users".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi KellyC RateDisplay1337
Unduh file ekstensi KellyC RateDisplay1337 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | KellyC RateDisplay1337 |
ID | iidlfghkplmkegjpkpnookcmhngeloam |
URL Resmi | https://chromewebstore.google.com/detail/kellyc-ratedisplay1337/iidlfghkplmkegjpkpnookcmhngeloam |
Deskripsi | Show rating of posts and comments for authored users |
Ukuran File | 100 KB |
Jumlah Instalasi | 162 |
Versi Saat Ini | 1.0.2.1 |
Terakhir Diperbarui | 2022-04-18 |
Tanggal Publikasi | 2022-04-18 |
Pengembang | https://kelly.catface.ru |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy |
Bahasa yang Didukung | 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": [] } ] } |