BetterYTV
Enhances YouTube with new features and emotes
Was ist BetterYTV?
BetterYTV ist eine Chrome-Erweiterung, die von whalemandev entwickelt wurde, und ihr Hauptmerkmal ist "Enhances YouTube with new features and emotes".
Erweiterungsscreenshots
BetterYTV-Erweiterungs-CRX-Datei herunterladen
Laden Sie BetterYTV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
BetterYTV adds features to YouTube (inspired by BetterTTV for Twitch) Adds new emotes to live chat All global FFZ+BTTV emotes currently supported. To enable channel emotes link Twitch acct in channel/about links named "Twitch" Plan on adding more features Feel free to contribute here https://github.com/acarlson99/BYTV WARNING: YouTube does not take kindly to chat spam. You will get instantly banned without warning if you treat YT chat like Twitch chat
Grundlegende Informationen zur Erweiterung
Name | |
ID | ccbedefbekbkpolpkhgilcglabjlicpo |
Offizielle URL | https://chromewebstore.google.com/detail/betterytv/ccbedefbekbkpolpkhgilcglabjlicpo |
Beschreibung | Enhances YouTube with new features and emotes |
Dateigröße | 91.95 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2022-10-04 |
Veröffentlichungsdatum | 2021-04-18 |
Entwickler | whalemandev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/acarlson99/BYTV |
Hilfeseite URL | https://github.com/acarlson99/BYTV |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BetterYTV", "manifest_version": 3, "version": "1.0.3", "description": "Enhances YouTube with new features and emotes", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": "icon.png" }, "host_permissions": [ "https:\/\/api.twitch.tv\/kraken\/users", "https:\/\/api.betterttv.net\/*", "https:\/\/www.youtube.com\/*" ], "icons": { "192": "icon.png" } } |