Twitch Poins Collector
This extension automatically collect bonus points from any twitch live stream.
What is Twitch Poins Collector?
Twitch Poins Collector is a Chrome extension developed by jvdantasdev, and its main feature is "This extension automatically collect bonus points from any twitch live stream.".
Extension Screenshots
Download Twitch Poins Collector Extension CRX File
Download Twitch Poins 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
This extension automatically collect bonus points from any twitch live stream.
Extension Basic Information
Name | Twitch Poins Collector |
ID | pfjegdhgobbhdniepjfihkbhpkhnnglp |
Official URL | https://chromewebstore.google.com/detail/twitch-poins-collector/pfjegdhgobbhdniepjfihkbhpkhnnglp |
Description | This extension automatically collect bonus points from any twitch live stream. |
File Size | 8.29 KB |
Installation Count | 74 |
Current Version | 0.1 |
Last Updated | 2020-08-30 |
Publish Date | 2020-08-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jvdantasdev |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Poins Collector", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Twitch Points Collector" } } |