BetterRBTV

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

Cos'è BetterRBTV?

BetterRBTV è un'estensione di Chrome sviluppata da spell.work, e la sua funzione principale è "Comfort functions for YouTube™ Live and YouTube™ Gaming Live.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BetterRBTV

Scarica i file di estensione BetterRBTV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BetterRBTV BetterRBTV
ID hodhokibkpkmpfgpenceamiahfffabem
URL Ufficiale https://chromewebstore.google.com/detail/betterrbtv/hodhokibkpkmpfgpenceamiahfffabem
Descrizione Comfort functions for YouTube™ Live and YouTube™ Gaming Live.
Dimensione del File 245 KB
Conteggio Installazioni 656
Versione Corrente 18.12
Ultimo Aggiornamento 2020-11-19
Data di Pubblicazione 2018-12-22
Valutazione 4.74/5 Totale 38 Valutazioni
Sviluppatore spell.work
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://grubeninspekteur.github.io/BetterRBTV/privacy_policy
Lingue Supportate 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
    }
}