Twitch channel points auto clicker
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
O que é Twitch channel points auto clicker?
Twitch channel points auto clicker é uma extensão do Chrome desenvolvida por ugo.P, e sua principal característica é "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch channel points auto clicker
Baixe arquivos de extensão Twitch channel points 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
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of clicks made in the session and the hour of the last click.
Informações Básicas da Extensão
Nome | |
ID | pcpdcimepgbgcaeaapkhllpompmmefod |
URL Oficial | https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod |
Descrição | Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of… |
Tamanho do Arquivo | 5.56 KB |
Contagem de Instalações | 162 |
Versão Atual | 1.15 |
Última Atualização | 2022-01-30 |
Data de Publicação | 2020-12-31 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | ugo.P |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch channel points auto clicker", "version": "1.15", "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ "ClickLoop.js", "Style.js", "CountDown.js" ] } ] } |