KellyC JRShowRating
Show rating of posts and comments for authored users
KellyC JRShowRatingคืออะไร?
KellyC JRShowRating เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kelly.catface.ru และคุณลักษณะหลักของมันคือ "Show rating of posts and comments for authored users"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KellyC JRShowRating
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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": [] } ] } |