Channel Point and Drop Collector

Collects bonus channel points and claims Drops while watching a stream on Twitch.

Τι είναι το Channel Point and Drop Collector;

Το Channel Point and Drop Collector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον WeaselStorm, και η κύρια λειτουργία του είναι "Collects bonus channel points and claims Drops while watching a stream on Twitch.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Channel Point and Drop Collector

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

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

                        Collects bonus channel points while watching your favorite streamers and claims any Drops from the new Twitch Drops and Inventory system automatically. Simply open the stream you wish to claim drops from and let the extension do the rest.                    

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

Όνομα Channel Point and Drop Collector Channel Point and Drop Collector
ID ffnpmjlpaidhikgbhnjdhpcjcnlonigg
Επίσημο URL https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg
Περιγραφή Collects bonus channel points and claims Drops while watching a stream on Twitch.
Μέγεθος Αρχείου 11.4 KB
Αριθμός Εγκαταστάσεων 3,691
Τρέχουσα Έκδοση 0.0.10
Τελευταία Ενημέρωση 2022-01-02
Ημερομηνία Δημοσίευσης 2021-12-22
Αξιολόγηση 3.57/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής WeaselStorm
Ηλεκτρονικό ταχυδρομείο [email protected]
Ιστότοπος Επέκτασης https://github.com/WeaselStorm/ChannelPointCollector
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/WeaselStorm/ChannelPointCollector/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Channel Point and Drop Collector",
    "version": "0.0.10",
    "description": "Collects bonus channel points and claims Drops while watching a stream on Twitch.",
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "js\/interaction.js"
            ]
        }
    ]
}