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…

Vad är Twitch channel points auto clicker?

Twitch channel points auto clicker är en Chrome-tillägg utvecklad av ugo.P, och dess huvudfunktion är "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Twitch channel points auto clicker-förlängningens CRX-fil

Ladda ner Twitch channel points auto clicker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Twitch channel points auto clicker Twitch channel points auto clicker
ID pcpdcimepgbgcaeaapkhllpompmmefod
Officiell webbadress https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod
Beskrivning Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
Filstorlek 5.56 KB
Antal Installationer 162
Aktuell Version 1.15
Senast Uppdaterad 2022-01-30
Publiceringsdatum 2020-12-31
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare ugo.P
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}