KellyC JRShowRating
Show rating of posts and comments for authored users
KellyC JRShowRating là gì?
KellyC JRShowRating là một tiện ích mở rộng Chrome được phát triển bởi https://kelly.catface.ru, và tính năng chính của nó là "Show rating of posts and comments for authored users".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng KellyC JRShowRating
Tải xuống các tệp mở rộng KellyC JRShowRating dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | KellyC JRShowRating |
ID | phdcanpdbhjcbcpnkmgmhaemipnppckd |
URL Chính Thức | https://chromewebstore.google.com/detail/kellyc-jrshowrating/phdcanpdbhjcbcpnkmgmhaemipnppckd |
Mô tả | Show rating of posts and comments for authored users |
Kích Thước Tệp | 100 KB |
Số Lần Cài Đặt | 314 |
Phiên Bản Hiện Tại | 1.0.2.2 |
Cập Nhật Lần Cuối | 2022-04-29 |
Ngày Phát Hành | 2020-06-22 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://kelly.catface.ru |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/NC22/KellyCJRShowRating |
URL Trang Trợ Giúp | https://github.com/NC22/KellyCJRShowRating |
URL Trang Chính Sách Bảo Mật | https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } ] } |