Twitch Bonus Chest Auto Clicker (Enhanced)
Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes…
O que é Twitch Bonus Chest Auto Clicker (Enhanced)?
Twitch Bonus Chest Auto Clicker (Enhanced) é uma extensão do Chrome desenvolvida por Jean-Michel M. | twitch.tv/krowplex, e sua principal característica é "Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Bonus Chest Auto Clicker (Enhanced)
Baixe arquivos de extensão Twitch Bonus Chest Auto Clicker (Enhanced) 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
Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes this extension better than the others? ###################################### GitHub: The full code of this project is available on GitHub with public forums for problems and suggestion. Minified: Extension's code is minified, which means faster loading time. Lightweight & Optimized: Other extensions that does the exact same thing seems to cause early stream delay stutter and stream lag, or straight up doesn't work anymore. I've built my very own version to make sure this doesn't happen. Secure and no useless code: No data is being collected what so ever. ######################################## v1.1 - Fixed an issue where an user would switch channel without quitting Twitch, causing the bonus chest to not restart the countdown (original countdown being 5 minutes before appearing). Script will now start after ~8 seconds and will trigger a click every 1 second. This should give just enough time for the stream to load properly.
Informações Básicas da Extensão
Nome | Twitch Bonus Chest Auto Clicker (Enhanced) |
ID | kibalnfonkjeflihncmfdngdeekcmfel |
URL Oficial | https://chromewebstore.google.com/detail/twitch-bonus-chest-auto-c/kibalnfonkjeflihncmfdngdeekcmfel |
Descrição | Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes… |
Tamanho do Arquivo | 11.43 KB |
Contagem de Instalações | 4,315 |
Versão Atual | 1.1 |
Última Atualização | 2021-01-28 |
Data de Publicação | 2021-01-21 |
Classificação | 4.88/5 Total de 8 Avaliações |
Desenvolvedor | Jean-Michel M. | twitch.tv/krowplex |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jeanmichelmorin/Twitch-Bonus-Chest-Auto-Clicker |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Bonus Chest Auto Clicker (Enhanced)", "version": "1.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "controller.js" ] } ], "browser_action": { "default_title": "Twitch Bonus Chest Auto Clicker", "default_icon": "image.png" }, "icons": { "184": "image.png" } } |