Twitch Tools
Move twitch chat to the left side
O que é Twitch Tools?
Twitch Tools é uma extensão do Chrome desenvolvida por https://nomercy.tv, e sua principal característica é "Move twitch chat to the left side".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Tools
Baixe arquivos de extensão Twitch Tools 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
Do you have twitch open on your right monitor? Move the Twitch chat to the left of your screen with one click. More tools to come. Feature requests are welcome.
Informações Básicas da Extensão
Nome | Twitch Tools |
ID | hoolijiaaedceodofbgpogpalnofodgh |
URL Oficial | https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh |
Descrição | Move twitch chat to the left side |
Tamanho do Arquivo | 12.65 KB |
Contagem de Instalações | 17 |
Versão Atual | 1.0.2 |
Última Atualização | 2022-04-12 |
Data de Publicação | 2022-04-12 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | https://nomercy.tv |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool |
URL da Página de Ajuda | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.2", "action": { "default_icon": { "48": "icons\/twitch-48x48.png" }, "default_title": "Twitch Tools", "default_popup": "popup\/menu.html" }, "name": "Twitch Tools", "description": "Move twitch chat to the left side", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content\/content.js" ] } ], "icons": { "48": "icons\/twitch-48x48.png", "128": "icons\/twitch-128x128.png" }, "web_accessible_resources": [ { "resources": [ "plugins\/*", "lib\/*", "popup\/*", "content\/*" ], "use_dynamic_url": true, "matches": [ "https:\/\/www.twitch.tv\/*" ] } ] } |