BetterBrime
BetterBrime enhances Brime with new features, emotes, and more.
什么是BetterBrime?
BetterBrime是由3xanax开发的Chrome扩展程序,该扩展的主要功能是“BetterBrime enhances Brime with new features, emotes, and more.”。
扩展截图
下载BetterBrime扩展crx文件
下载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\/*" ] } |