Twitch Channel Points Auto-Clicker
Auto-click those channel point bonuses
O que é Twitch Channel Points Auto-Clicker?
Twitch Channel Points Auto-Clicker é uma extensão do Chrome desenvolvida por trmcnvn, e sua principal característica é "Auto-click those channel point bonuses".
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
Auto-click those channel point bonuses on Twitch
Informações Básicas da Extensão
Nome | |
ID | mdlokilgafgmaeojenoidfpjcacpllap |
URL Oficial | https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap |
Descrição | Auto-click those channel point bonuses |
Tamanho do Arquivo | 11.37 KB |
Contagem de Instalações | 30,000 |
Versão Atual | 0.9 |
Última Atualização | 2021-09-10 |
Data de Publicação | 2019-11-04 |
Classificação | 4.30/5 Total de 61 Avaliações |
Desenvolvedor | trmcnvn |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/trmcnvn/twitch-channel-points |
URL da Página de Ajuda | https://github.com/trmcnvn/twitch-channel-points/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Channel Points Auto-Clicker", "description": "Auto-click those channel point bonuses", "version": "0.9", "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-channel-points", "icons": { "16": "resources\/16.png", "48": "resources\/48.png", "96": "resources\/96.png", "128": "resources\/128.png" }, "web_accessible_resources": [ "dist\/src\/auto-clicker.js" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "dist\/src\/index.js" ], "run_at": "document_idle", "all_frames": true } ] } |