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…

Τι είναι το Twitch channel points auto clicker;

Το Twitch channel points auto clicker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ugo.P, και η κύρια λειτουργία του είναι "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Twitch channel points auto clicker

Λήψη αρχείων επέκτασης Twitch channel points auto clicker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitch channel points auto clicker Twitch channel points auto clicker
ID pcpdcimepgbgcaeaapkhllpompmmefod
Επίσημο URL https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod
Περιγραφή Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
Μέγεθος Αρχείου 5.56 KB
Αριθμός Εγκαταστάσεων 162
Τρέχουσα Έκδοση 1.15
Τελευταία Ενημέρωση 2022-01-30
Ημερομηνία Δημοσίευσης 2020-12-31
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής ugo.P
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}