Twitch Channel Points Autoclicker (Lite)
Automatically claims 'Channel Points' on Twitch
O que é Twitch Channel Points Autoclicker (Lite)?
Twitch Channel Points Autoclicker (Lite) é uma extensão do Chrome desenvolvida por xinitrc, e sua principal característica é "Automatically claims 'Channel Points' on Twitch".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Channel Points Autoclicker (Lite)
Baixe arquivos de extensão Twitch Channel Points Autoclicker (Lite) 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 claims 'Channel Points' on Twitch for the channel you are watching. THIS IS A LITE VERSION OF: https://chrome.google.com/webstore/detail/pbeamibpehihpjljabhnchghlbneiane/ Changes from the main version: includes only content scripts, meaning the pages need to be reloaded for it to start working, and no additional features will be supported. As such, it requires NO PERMISSIONS from the user, like browsing history. Main extension is also available for Mozilla Firefox: https://addons.mozilla.org/en-GB/firefox/addon/twitch-points-autoclicker/ Note: May not be compatible with some twitch design changing extensions. Source code is available on GitHub: https://github.com/xinitrc-dev/twitch-points-autoclicker
Informações Básicas da Extensão
Nome | Twitch Channel Points Autoclicker (Lite) |
ID | fapndfdannkgofolmaihpbigbolcobek |
URL Oficial | https://chromewebstore.google.com/detail/twitch-channel-points-aut/fapndfdannkgofolmaihpbigbolcobek |
Descrição | Automatically claims 'Channel Points' on Twitch |
Tamanho do Arquivo | 19.56 KB |
Contagem de Instalações | 5,437 |
Versão Atual | 1.3 |
Última Atualização | 2021-05-05 |
Data de Publicação | 2019-10-27 |
Classificação | 4.20/5 Total de 20 Avaliações |
Desenvolvedor | xinitrc |
[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 Autoclicker (Lite)", "description": "Automatically claims 'Channel Points' on Twitch", "version": "1.3", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "arrive-2.4.1.min.js", "twitch-clicker.js" ], "run_at": "document_end" } ] } |