BetterBrime
BetterBrime enhances Brime with new features, emotes, and more.
BetterBrime क्या है?
BetterBrime 3xanax द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BetterBrime enhances Brime with new features, emotes, and more."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BetterBrime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |