Twitch gift auto clicker
Auto click to claim +50 bonus channel points.
O que é Twitch gift auto clicker?
Twitch gift auto clicker é uma extensão do Chrome desenvolvida por Nikita Madeev, e sua principal característica é "Auto click to claim +50 bonus channel points.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch gift auto clicker
Baixe arquivos de extensão Twitch gift auto clicker 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
Auto click to claim +50 bonus channel points. The dotted stroke and an eyes emoji in the corner of the block with channel points indicates that the extension has started tracking points and will automatically click on a gift when it appears. ——————————————————— Source code and bug tracker https://github.com/NekitCorp/twitch-gift-auto-clicker
Informações Básicas da Extensão
Nome | Twitch gift auto clicker |
ID | bpmlmokbcfjnjodihdnobmaphhdoepdb |
URL Oficial | https://chromewebstore.google.com/detail/twitch-gift-auto-clicker/bpmlmokbcfjnjodihdnobmaphhdoepdb |
Descrição | Auto click to claim +50 bonus channel points. |
Tamanho do Arquivo | 8 KB |
Contagem de Instalações | 46 |
Versão Atual | 2.2.0 |
Última Atualização | 2023-10-19 |
Data de Publicação | 2023-05-06 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | Nikita Madeev |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/NekitCorp/twitch-gift-auto-clicker |
URL da Página de Ajuda | https://github.com/NekitCorp/twitch-gift-auto-clicker |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch gift auto clicker", "description": "Auto click to claim +50 bonus channel points.", "version": "2.2.0", "manifest_version": 3, "icons": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png", "48": ".\/icons\/icon-48.png", "128": ".\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*", "*:\/\/twitch.tv\/*" ], "js": [ "content_script.js" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |