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 |
公式URL | 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 |
Eメール | [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": [] } ] } |