KellyC JRShowRating
Show rating of posts and comments for authored users
什麼是KellyC JRShowRating?
KellyC JRShowRating是由https://kelly.catface.ru開發的Chrome擴展程式,該擴展的主要功能是“Show rating of posts and comments for authored users”。
擴展截圖
下載KellyC JRShowRating擴展crx文件
下載KellyC JRShowRating擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | KellyC JRShowRating |
ID | phdcanpdbhjcbcpnkmgmhaemipnppckd |
官方網址 | https://chromewebstore.google.com/detail/kellyc-jrshowrating/phdcanpdbhjcbcpnkmgmhaemipnppckd |
簡介 | Show rating of posts and comments for authored users |
檔案大小 | 100 KB |
安裝次數 | 314 |
目前版本 | 1.0.2.2 |
更新時間 | 2022-04-29 |
上架時間 | 2020-06-22 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://kelly.catface.ru |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/NC22/KellyCJRShowRating |
說明頁面URL | https://github.com/NC22/KellyCJRShowRating |
隱私政策頁面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.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": [] } ] } |