Twitch Meet
Replaces twitch emotes with correct images
O que é Twitch Meet?
Twitch Meet é uma extensão do Chrome desenvolvida por https://tomsteer.com, e sua principal característica é "Replaces twitch emotes with correct images".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Meet
Baixe arquivos de extensão Twitch Meet 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
Uses the Better TTV API to get the top 100 emotes as well as some predefined emotes and uses them to replace google meet chat to the correct emote. A list of available emotes can be found on the site.
Informações Básicas da Extensão
Nome | Twitch Meet |
ID | folijkmjilnffmlehdcffanlmlggplmi |
URL Oficial | https://chromewebstore.google.com/detail/twitch-meet/folijkmjilnffmlehdcffanlmlggplmi |
Descrição | Replaces twitch emotes with correct images |
Tamanho do Arquivo | 32.35 KB |
Contagem de Instalações | 68 |
Versão Atual | 0.9 |
Última Atualização | 2023-08-11 |
Data de Publicação | 2021-02-24 |
Classificação | 4.67/5 Total de 6 Avaliações |
Desenvolvedor | https://tomsteer.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://twitchmeet.tomsteer.me/ |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Meet", "version": "0.9", "description": "Replaces twitch emotes with correct images", "web_accessible_resources": [ "script.js" ], "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/*" ], "js": [ "inject.js" ] } ], "permissions": [], "icons": { "128": "img\/icon-extensionMenu.png" } } |