EZ Twitch Channel Points Claimer

EZ Channel Points For The Boys 😎

O que é EZ Twitch Channel Points Claimer?

EZ Twitch Channel Points Claimer é uma extensão do Chrome desenvolvida por Wilzzu, e sua principal característica é "EZ Channel Points For The Boys 😎".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão EZ Twitch Channel Points Claimer

Baixe arquivos de extensão EZ Twitch Channel Points Claimer 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

                        Always up-to-date channel points autoclicker for Twitch!

EZ Twitch Channel Points Claimer automatically claims channel points for you. Watch either one or multiple channels at once and the extension will claim points from all of them. You don't even need to be focused on the stream, just leave the it on the background and the extension keeps claiming the points.

Whenever Twitch updates, auto claimer extensions will most likely not function correctly for a short while. Our extension will work within the next 24 hours from such update, making it be almost always up-to-date.

Just install the extension, update the page and let the channel points flow!

Latest update: February 8th, 2021                    

Informações Básicas da Extensão

Nome EZ Twitch Channel Points Claimer EZ Twitch Channel Points Claimer
ID jlblbpbiclaccdameiejbfhgfilldmde
URL Oficial https://chromewebstore.google.com/detail/ez-twitch-channel-points/jlblbpbiclaccdameiejbfhgfilldmde
Descrição EZ Channel Points For The Boys 😎
Tamanho do Arquivo 58.81 KB
Contagem de Instalações 65
Versão Atual 1.0.8
Última Atualização 2022-02-10
Data de Publicação 2021-05-18
Desenvolvedor Wilzzu
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EZ Twitch Channel Points Claimer",
    "version": "1.0.8",
    "manifest_version": 3,
    "description": "EZ Channel Points For The Boys \ud83d\ude0e",
    "icons": {
        "16": "icon3.png",
        "48": "icon2.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}