Channel Point and Drop Collector
Collects bonus channel points and claims Drops while watching a stream on Twitch.
Hvad er Channel Point and Drop Collector?
Channel Point and Drop Collector er en Chrome-udvidelse udviklet af WeaselStorm, og dens hovedfunktion er "Collects bonus channel points and claims Drops while watching a stream on Twitch.".
Udvidelsesskærmbilleder
Download Channel Point and Drop Collector-udvidelses-CRX-fil
Download Channel Point and Drop Collector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
Officiel URL | https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
Beskrivelse | Collects bonus channel points and claims Drops while watching a stream on Twitch. |
Filstørrelse | 11.4 KB |
Antal Installationer | 3,691 |
Nuværende Version | 0.0.10 |
Senest Opdateret | 2022-01-02 |
Udgivelsesdato | 2021-12-22 |
Bedømmelse | 3.57/5 Samlet 7 Bedømmelser |
Udvikler | WeaselStorm |
[email protected] | |
Udvidelseswebsted | https://github.com/WeaselStorm/ChannelPointCollector |
Hjælpeside-URL | https://github.com/WeaselStorm/ChannelPointCollector/issues |
Understøttede Sprog | 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" ] } ] } |