Twitch Channel Points Auto Clicker

Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Hvad er Twitch Channel Points Auto Clicker?

Twitch Channel Points Auto Clicker er en Chrome-udvidelse udviklet af https://raven.fo, og dens hovedfunktion er "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.".

Udvidelsesskærmbilleder

screenshot

Download Twitch Channel Points Auto Clicker-udvidelses-CRX-fil

Download Twitch Channel Points Auto Clicker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Make sure to refresh Twitch after installing the extension.                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch Channel Points Auto Clicker Twitch Channel Points Auto Clicker
ID jdpblpklojajpopllbckephjndibljbc
Officiel URL https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc
Beskrivelse Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
Filstørrelse 86.97 KB
Antal Installationer 154,328
Nuværende Version 0.0.13
Senest Opdateret 2022-06-18
Udgivelsesdato 2020-06-17
Bedømmelse 4.16/5 Samlet 152 Bedømmelser
Udvikler https://raven.fo
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto Clicker",
    "short_name": "TCPAC",
    "version": "0.0.13",
    "description": "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "badge.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}