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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |