Better YouTube
Better Youtube extends the Youtube Gaming Livestream Chat with many different features
Cos'è Better YouTube?
Better YouTube è un'estensione di Chrome sviluppata da Julian, e la sua funzione principale è "Better Youtube extends the Youtube Gaming Livestream Chat with many different features".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better YouTube
Scarica i file di estensione Better YouTube 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
Features: - Twitch.tv emotes! - BTTV & FFZ emotes - BTTV GIF emotes - some custom emotes - Twitch style chat - Tab auto complete for emotes! - More features are coming soon! [BETA] This browser extension is still in beta, which is why there are still isolated bugs, dropouts, etc. can come. These errors will of course be fixed as soon as possible.
Informazioni di Base sull'Estensione
Nome | Better YouTube |
ID | nfbnikpgcldgbpmpckhcajakdhfjjghk |
URL Ufficiale | https://chromewebstore.google.com/detail/better-youtube/nfbnikpgcldgbpmpckhcajakdhfjjghk |
Descrizione | Better Youtube extends the Youtube Gaming Livestream Chat with many different features |
Dimensione del File | 38.42 KB |
Conteggio Installazioni | 408 |
Versione Corrente | 2.0.0.0 |
Ultimo Aggiornamento | 2022-06-27 |
Data di Pubblicazione | 2021-09-15 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | Julian |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/akaJuliaan/BetterYT |
URL della Pagina di Aiuto | https://github.com/akaJuliaan/BetterYT |
Lingue Supportate | id,ms,de,en,fr,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appTitle__", "description": "__MSG_appDesc__", "version": "2.0.0.0", "default_locale": "en", "manifest_version": 2, "permissions": [ "https:\/\/julian.gmbh\/betteryt\/api.php" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "worker.js" ] } ], "icons": { "16": "\/images\/Logo_x16.png", "32": "\/images\/Logo_x32.png", "48": "\/images\/Logo_x48.png", "128": "\/images\/Logo_x128.png" }, "browser_action": { "default_popup": "donation.html", "default_icon": { "16": "\/images\/Logo_x16.png", "32": "\/images\/Logo_x32.png", "48": "\/images\/Logo_x48.png", "128": "\/images\/Logo_x128.png" } } } |