Better YouTube
Better Youtube extends the Youtube Gaming Livestream Chat with many different features
O que é Better YouTube?
Better YouTube é uma extensão do Chrome desenvolvida por Julian, e sua principal característica é "Better Youtube extends the Youtube Gaming Livestream Chat with many different features".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Better YouTube
Baixe arquivos de extensão Better YouTube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Better YouTube |
ID | nfbnikpgcldgbpmpckhcajakdhfjjghk |
URL Oficial | https://chromewebstore.google.com/detail/better-youtube/nfbnikpgcldgbpmpckhcajakdhfjjghk |
Descrição | Better Youtube extends the Youtube Gaming Livestream Chat with many different features |
Tamanho do Arquivo | 38.42 KB |
Contagem de Instalações | 408 |
Versão Atual | 2.0.0.0 |
Última Atualização | 2022-06-27 |
Data de Publicação | 2021-09-15 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | Julian |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/akaJuliaan/BetterYT |
URL da Página de Ajuda | https://github.com/akaJuliaan/BetterYT |
Idiomas Suportados | 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" } } } |