Channel Point and Drop Collector
Collects bonus channel points and claims Drops while watching a stream on Twitch.
Co je Channel Point and Drop Collector?
Channel Point and Drop Collector je rozšíření Chrome vyvinuté WeaselStorm, a jeho hlavní funkcí je „Collects bonus channel points and claims Drops while watching a stream on Twitch.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Channel Point and Drop Collector
Stáhněte si soubory rozšíření Channel Point and Drop Collector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
Oficiální URL | https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
Popis | Collects bonus channel points and claims Drops while watching a stream on Twitch. |
Velikost souboru | 11.4 KB |
Počet instalací | 3,691 |
Aktuální Verze | 0.0.10 |
Poslední Aktualizace | 2022-01-02 |
Datum Vydání | 2021-12-22 |
Hodnocení | 3.57/5 Celkem 7 Hodnocení |
Vývojář | WeaselStorm |
[email protected] | |
Webové stránky Rozšíření | https://github.com/WeaselStorm/ChannelPointCollector |
URL Stránky Nápovědy | https://github.com/WeaselStorm/ChannelPointCollector/issues |
Podporované Jazyky | 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" ] } ] } |