Channel Point and Drop Collector
Collects bonus channel points and claims Drops while watching a stream on Twitch.
What is Channel Point and Drop Collector?
Channel Point and Drop Collector is a Chrome extension developed by WeaselStorm, and its main feature is "Collects bonus channel points and claims Drops while watching a stream on Twitch.".
Extension Screenshots
Download Channel Point and Drop Collector Extension CRX File
Download Channel Point and Drop Collector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
Official URL | https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
Description | Collects bonus channel points and claims Drops while watching a stream on Twitch. |
File Size | 11.4 KB |
Installation Count | 3,691 |
Current Version | 0.0.10 |
Last Updated | 2022-01-02 |
Publish Date | 2021-12-22 |
Rating | 3.57/5 Total 7 Ratings |
Developer | WeaselStorm |
[email protected] | |
Extension Website | https://github.com/WeaselStorm/ChannelPointCollector |
Help Page URL | https://github.com/WeaselStorm/ChannelPointCollector/issues |
Supported Languages | 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" ] } ] } |