BetterRBTV
Comfort functions for YouTube™ Live and YouTube™ Gaming Live.
什麼是BetterRBTV?
BetterRBTV是由spell.work開發的Chrome擴展程式,該擴展的主要功能是“Comfort functions for YouTube™ Live and YouTube™ Gaming Live.”。
擴展截圖
下載BetterRBTV擴展crx文件
下載BetterRBTV擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } } |