Twitch channel points auto clicker

Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…

¿Qué es Twitch channel points auto clicker?

Twitch channel points auto clicker es una extensión de Chrome desarrollada por ugo.P, y su función principal es "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Twitch channel points auto clicker

Descarga archivos de extensión Twitch channel points auto clicker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of clicks made in the session and the hour of the last click.                    

Información Básica de la Extensión

Nombre Twitch channel points auto clicker Twitch channel points auto clicker
ID pcpdcimepgbgcaeaapkhllpompmmefod
URL Oficial https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod
Descripción Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
Tamaño del Archivo 5.56 KB
Cantidad de Instalaciones 162
Versión Actual 1.15
Última Actualización 2022-01-30
Fecha de Publicación 2020-12-31
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador ugo.P
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch channel points auto clicker",
    "version": "1.15",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "ClickLoop.js",
                "Style.js",
                "CountDown.js"
            ]
        }
    ]
}