Channel Point and Drop Collector

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

Was ist Channel Point and Drop Collector?

Channel Point and Drop Collector ist eine Chrome-Erweiterung, die von WeaselStorm entwickelt wurde, und ihr Hauptmerkmal ist "Collects bonus channel points and claims Drops while watching a stream on Twitch.".

Erweiterungsscreenshots

screenshot

Channel Point and Drop Collector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Channel Point and Drop Collector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Channel Point and Drop Collector Channel Point and Drop Collector
ID ffnpmjlpaidhikgbhnjdhpcjcnlonigg
Offizielle URL https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg
Beschreibung Collects bonus channel points and claims Drops while watching a stream on Twitch.
Dateigröße 11.4 KB
Installationsanzahl 3,691
Aktuelle Version 0.0.10
Letztes Update 2022-01-02
Veröffentlichungsdatum 2021-12-22
Bewertung 3.57/5 Insgesamt 7 Bewertungen
Entwickler WeaselStorm
E-Mail [email protected]
Erweiterungswebsite https://github.com/WeaselStorm/ChannelPointCollector
Hilfeseite URL https://github.com/WeaselStorm/ChannelPointCollector/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}