BetterYTV
Enhances YouTube with new features and emotes
Co je BetterYTV?
BetterYTV je rozšíření Chrome vyvinuté whalemandev, a jeho hlavní funkcí je „Enhances YouTube with new features and emotes“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BetterYTV
Stáhněte si soubory rozšíření BetterYTV ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ccbedefbekbkpolpkhgilcglabjlicpo |
Oficiální URL | https://chromewebstore.google.com/detail/betterytv/ccbedefbekbkpolpkhgilcglabjlicpo |
Popis | Enhances YouTube with new features and emotes |
Velikost souboru | 91.95 KB |
Počet instalací | 20 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2022-10-04 |
Datum Vydání | 2021-04-18 |
Vývojář | whalemandev |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/acarlson99/BYTV |
URL Stránky Nápovědy | https://github.com/acarlson99/BYTV |
Podporované Jazyky | 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" } } |