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…

Hvad er Twitch channel points auto clicker?

Twitch channel points auto clicker er en Chrome-udvidelse udviklet af ugo.P, og dens hovedfunktion er "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…".

Udvidelsesskærmbilleder

screenshot
screenshot
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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch channel points auto clicker Twitch channel points auto clicker
ID pcpdcimepgbgcaeaapkhllpompmmefod
Officiel URL https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod
Beskrivelse Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
Filstørrelse 5.56 KB
Antal Installationer 162
Nuværende Version 1.15
Senest Opdateret 2022-01-30
Udgivelsesdato 2020-12-31
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler ugo.P
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",
    "version": "1.15",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "ClickLoop.js",
                "Style.js",
                "CountDown.js"
            ]
        }
    ]
}