BetterYTV
Enhances YouTube with new features and emotes
Cos'è BetterYTV?
BetterYTV è un'estensione di Chrome sviluppata da whalemandev, e la sua funzione principale è "Enhances YouTube with new features and emotes".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BetterYTV
Scarica i file di estensione BetterYTV 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
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
Informazioni di Base sull'Estensione
Nome | |
ID | ccbedefbekbkpolpkhgilcglabjlicpo |
URL Ufficiale | https://chromewebstore.google.com/detail/betterytv/ccbedefbekbkpolpkhgilcglabjlicpo |
Descrizione | Enhances YouTube with new features and emotes |
Dimensione del File | 91.95 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2022-10-04 |
Data di Pubblicazione | 2021-04-18 |
Sviluppatore | whalemandev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/acarlson99/BYTV |
URL della Pagina di Aiuto | https://github.com/acarlson99/BYTV |
Lingue Supportate | 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" } } |