Twitch Auto Looter

Twitch Auto Channel points looter!

O que é Twitch Auto Looter?

Twitch Auto Looter é uma extensão do Chrome desenvolvida por C4LLZ, e sua principal característica é "Twitch Auto Channel points looter!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch Auto Looter

Baixe arquivos de extensão Twitch Auto Looter 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

                        This extension is a auto looter for Twitch's Channel points.


Features

- Ability to be AFK and still get channel points.
- Focus on the content you are watching without getting disturbed. 
- Multiple stream support. 


If you have any issues please contact me on my Github page or send me an email.

Github : https://github.com/C4LLZ/TwitchLooter/issues
Email : [email protected]                    

Informações Básicas da Extensão

Nome Twitch Auto Looter Twitch Auto Looter
ID lfaegjjpmoccjblndpnlgkkaikkcjhhi
URL Oficial https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi
Descrição Twitch Auto Channel points looter!
Tamanho do Arquivo 88.43 KB
Contagem de Instalações 4,958
Versão Atual 2.0.0
Última Atualização 2020-12-21
Data de Publicação 2020-02-17
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor C4LLZ
Email [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 Auto Looter",
    "version": "2.0.0",
    "description": "Twitch Auto Channel points looter!",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/*.twitch.tv\/*"
    ],
    "short_name": "Twitch Looter",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Twitch Auto Looter"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "main.js",
                "jquery-3.3.1.min.js",
                "notify.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}