Twitch Coin Collector
A Chrome Extension to collect the twitch channel points automatically.
What is Twitch Coin Collector?
Twitch Coin Collector is a Chrome extension developed by Rene B., and its main feature is "A Chrome Extension to collect the twitch channel points automatically.".
Extension Screenshots
Download Twitch Coin Collector Extension CRX File
Download Twitch Coin 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
With this chrome extension you can collect the twitch channel rewards automatically.
Extension Basic Information
Name | Twitch Coin Collector |
ID | kjfhmebpccbcooagfbfgddoebmkmclmb |
Official URL | https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb |
Description | A Chrome Extension to collect the twitch channel points automatically. |
File Size | 16.42 KB |
Installation Count | 55 |
Current Version | 0.1.0 |
Last Updated | 2022-04-28 |
Publish Date | 2022-04-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Rene B. |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Coin Collector", "description": "A Chrome Extension to collect the twitch channel points automatically.", "version": "0.1.0", "action": { "default_icon": "assets\/coin_click_64.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ] } ] } |