Twich.tv: Auto-Point Claimer

An easy and automatic way to claim Channel Points for twitch.tv.

O que é Twich.tv: Auto-Point Claimer?

Twich.tv: Auto-Point Claimer é uma extensão do Chrome desenvolvida por LorenKociko, e sua principal característica é "An easy and automatic way to claim Channel Points for twitch.tv.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Twich.tv: Auto-Point Claimer

Baixe arquivos de extensão Twich.tv: Auto-Point 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

                        An easy and automatic way to claim Channel Points for twitch.tv.

This extension will auto check if the "Claim Bonus" button is available, and proceed to click it.                    

Informações Básicas da Extensão

Nome Twich.tv: Auto-Point Claimer Twich.tv: Auto-Point Claimer
ID dfjjoleblddbjilmihenpcpjkndamphe
URL Oficial https://chromewebstore.google.com/detail/twichtv-auto-point-claime/dfjjoleblddbjilmihenpcpjkndamphe
Descrição An easy and automatic way to claim Channel Points for twitch.tv.
Tamanho do Arquivo 260 KB
Contagem de Instalações 3,577
Versão Atual 1.0
Última Atualização 2022-02-27
Data de Publicação 2022-02-24
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor LorenKociko
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twich.tv: Auto-Point Claimer",
    "description": "An easy and automatic way to claim Channel Points for twitch.tv.",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "48": ".\/icons\/48.png",
        "128": ".\/icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/icons\/16.png",
            "48": ".\/icons\/48.png",
            "128": ".\/icons\/128.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}