Channel Point and Drop Collector

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

Wat is Channel Point and Drop Collector?

Channel Point and Drop Collector is een Chrome-extensie ontwikkeld door WeaselStorm, en de belangrijkste functie is "Collects bonus channel points and claims Drops while watching a stream on Twitch.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Channel Point and Drop Collector

Download Channel Point and Drop Collector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Channel Point and Drop Collector Channel Point and Drop Collector
ID ffnpmjlpaidhikgbhnjdhpcjcnlonigg
Officiële URL https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg
Beschrijving Collects bonus channel points and claims Drops while watching a stream on Twitch.
Bestandsgrootte 11.4 KB
Aantal Installaties 3,691
Huidige Versie 0.0.10
Laatst Bijgewerkt 2022-01-02
Publicatiedatum 2021-12-22
Beoordeling 3.57/5 Totaal 7 Beoordelingen
Ontwikkelaar WeaselStorm
E-mail [email protected]
Extensiewebsite https://github.com/WeaselStorm/ChannelPointCollector
Help Pagina-URL https://github.com/WeaselStorm/ChannelPointCollector/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}