BetterRBTV
Comfort functions for YouTube™ Live and YouTube™ Gaming Live.
BetterRBTV क्या है?
BetterRBTV spell.work द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Comfort functions for YouTube™ Live and YouTube™ Gaming Live."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BetterRBTV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds configurable comfort functions to YouTube™ Gaming: * Cosmetics (hide avatars, save space when displaying messages, colored author names) * Converts certain keywords from another well-known streaming site into emojis * Tired of standard emotes? Customize them using emote packs (only visible to yourself) * Filter chat messages * Mute or highlight users -- This extension was created by fans of the German channel Rocket Beans TV. It is neither affiliated with nor endorsed by them. YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
एक्सटेंशन की मूल जानकारी
नाम | BetterRBTV |
ID | hodhokibkpkmpfgpenceamiahfffabem |
आधिकारिक URL | https://chromewebstore.google.com/detail/betterrbtv/hodhokibkpkmpfgpenceamiahfffabem |
विवरण | Comfort functions for YouTube™ Live and YouTube™ Gaming Live. |
फ़ाइल का आकार | 245 KB |
स्थापना संख्या | 656 |
वर्तमान संस्करण | 18.12 |
अंतिम अपडेट | 2020-11-19 |
प्रकाशन तिथि | 2018-12-22 |
रेटिंग | 4.74/5 कुल 38 रेटिंग्स |
डेवलपर | spell.work |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://grubeninspekteur.github.io/BetterRBTV/privacy_policy |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetterRBTV", "description": "__MSG_appDescription__", "default_locale": "en", "version": "18.12", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "exclude_matches": [ "*:\/\/*.youtube.com\/subscribe_embed*", "*:\/\/*.youtube.com\/embed*", "*:\/\/*.youtube.com\/yt\/*" ], "js": [ "lib\/jquery-3.2.1.min.js", "lib\/push.js", "constants.js", "util.js", "YouTubeLive.js", "default_settings.js", "colored_names.js", "better_mention_highlight.js", "better_separate_messages.js", "pinnable_mentions.js", "push_notifications.js", "sound_notifications.js", "chat_filter.js", "user_filters.js", "keyword_replacement.js", "beansplan.js", "entry.js" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ "sounds\/*", "img\/*", "css\/*" ], "permissions": [ "storage" ], "options_ui": { "page": "options.html", "chrome_style": true } } |