KellyC RateDisplay1337
Show rating of posts and comments for authored users
什么是KellyC RateDisplay1337?
KellyC RateDisplay1337是由https://kelly.catface.ru开发的Chrome扩展程序,该扩展的主要功能是“Show rating of posts and comments for authored users”。
扩展截图
下载KellyC RateDisplay1337扩展crx文件
下载KellyC RateDisplay1337扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | iidlfghkplmkegjpkpnookcmhngeloam |
| 官方URL | https://chromewebstore.google.com/detail/kellyc-ratedisplay1337/iidlfghkplmkegjpkpnookcmhngeloam |
| 简介 | Show rating of posts and comments for authored users |
| 文件大小 | 100 KB |
| 安装次数 | 162 |
| 当前版本 | 1.0.2.1 |
| 更新时间 | 2022-04-18 |
| 上架时间 | 2022-04-18 |
| 开发者 | https://kelly.catface.ru |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy |
| 支持的语言 | 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": []
}
]
} | |