BetterRBTV

Comfort functions for YouTube™ Live and YouTube™ Gaming Live.

BetterRBTV란 무엇입니까?

BetterRBTV은(는) spell.work에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Comfort functions for YouTube™ Live and YouTube™ Gaming Live."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BetterRBTV 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
    }
}