Twitch Coin

Automatically gather your Twitch Coin while watching your favorite streamer.

Τι είναι το Twitch Coin;

Το Twitch Coin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Amin NAIRI, και η κύρια λειτουργία του είναι "Automatically gather your Twitch Coin while watching your favorite streamer.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Twitch Coin

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

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

                        This extension will help you gather your channel points on Twitch TV while watching a live of your favorite streamer automatically by clicking the channel points button for you. You don't have to do anything, everything is done in the background for you.                    

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

Όνομα Twitch Coin Twitch Coin
ID jhoffdoklpjnpdjcgegphcicolpipocf
Επίσημο URL https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf
Περιγραφή Automatically gather your Twitch Coin while watching your favorite streamer.
Μέγεθος Αρχείου 25.86 KB
Αριθμός Εγκαταστάσεων 444
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2021-05-26
Ημερομηνία Δημοσίευσης 2020-07-16
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Amin NAIRI
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/aminnairi/twitch-coin#readme
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/aminnairi/twitch-coin/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Coin",
    "version": "0.1.2",
    "description": "Automatically gather your Twitch Coin while watching your favorite streamer.",
    "homepage_url": "https:\/\/github.com\/aminnairi\/twitch-coin#readme",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "scripts\/twitch-coin.js"
            ]
        }
    ]
}