Twitch Channel Points Auto Clicker
Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
O que é Twitch Channel Points Auto Clicker?
Twitch Channel Points Auto Clicker é uma extensão do Chrome desenvolvida por https://raven.fo, e sua principal característica é "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.".
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 clicks the Channel Points bonus chest for you, so you can watch streams in peace. Make sure to refresh Twitch after installing the extension.
Informações Básicas da Extensão
Nome | Twitch Channel Points Auto Clicker |
ID | jdpblpklojajpopllbckephjndibljbc |
URL Oficial | https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc |
Descrição | Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace. |
Tamanho do Arquivo | 86.97 KB |
Contagem de Instalações | 154,328 |
Versão Atual | 0.0.13 |
Última Atualização | 2022-06-18 |
Data de Publicação | 2020-06-17 |
Classificação | 4.16/5 Total de 152 Avaliações |
Desenvolvedor | https://raven.fo |
[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", "short_name": "TCPAC", "version": "0.0.13", "description": "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ], "css": [ "badge.css" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |