BetterBrime
BetterBrime enhances Brime with new features, emotes, and more.
BetterBrimeคืออะไร?
BetterBrime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 3xanax และคุณลักษณะหลักของมันคือ "BetterBrime enhances Brime with new features, emotes, and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BetterBrime
ดาวน์โหลดไฟล์ส่วนขยาย BetterBrime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Also known as "BB" or "Better Brime" by the community, BetterBrime aims to add new features to Brime's website. Here's just some of the features we add to chat: • Extra emoticons - BetterBrime global and Channel Emotes • Username highlighting • Split chat lines for easy reading • Color nicknames • Show deleted messages • Image preview • Timestamps • Light Mode • Fullscreen Plus Upload emote: https://betterbri.me/upload Emote list: https://betterbri.me/emotes -- CHANGELOG -- Version 1.25 (October 25, 2021) Fixed Image preview position bug If channel don't have channel emotes, emoji picker will be no more generated for them New badge system New Feature Pause Promotion Page You can disable badges via BetterBrime site Emotes can be now up to 128px
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | enllbhcjgidenbenoifmjlkncigppooi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/betterbrime/enllbhcjgidenbenoifmjlkncigppooi |
คำอธิบาย | BetterBrime enhances Brime with new features, emotes, and more. |
ขนาดไฟล์ | 1.56 MB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 1.25 |
อัปเดตครั้งล่าสุด | 2021-10-26 |
วันที่เผยแพร่ | 2021-06-02 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | 3xanax |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://betterbri.me/ |
URL หน้าช่วยเหลือ | https://github.com/4uss/BetterBrime/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://beyondlabs.pl/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "run.js" ], "matches": [ "*:\/\/brime.tv\/*" ] } ], "description": "BetterBrime enhances Brime with new features, emotes, and more.", "homepage_url": "https:\/\/betterbri.me\/", "icons": { "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "manifest_version": 2, "name": "BetterBrime", "permissions": [ "*:\/\/*.betterbri.me\/*", "*:\/\/brime.tv\/*" ], "short_name": "BB", "version": "1.25", "web_accessible_resources": [ "betterbrime.min.js", "betterbrime.css", "assets\/icons\/*", "assets\/fonts\/*" ] } |