Simple Twitch Giveaways
Simple Twitch Extension for Giveaways
What is Simple Twitch Giveaways?
Simple Twitch Giveaways is a Chrome extension developed by Greg, and its main feature is "Simple Twitch Extension for Giveaways".
Extension Screenshots
Download Simple Twitch Giveaways Extension CRX File
Download Simple Twitch Giveaways 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
Simple application to do giveaway on Twitch. Possibility to choose an answer between multiples keywords. Live stats displayed. Announces in chat. Any suggestions or / and feedback are more than welcome !
Extension Basic Information
Name | Simple Twitch Giveaways |
ID | aacnakggjhpkobmgcbngbljobfaejaoi |
Official URL | https://chromewebstore.google.com/detail/simple-twitch-giveaways/aacnakggjhpkobmgcbngbljobfaejaoi |
Description | Simple Twitch Extension for Giveaways |
File Size | 1.36 MB |
Installation Count | 5,935 |
Current Version | 2.1.0 |
Last Updated | 2018-06-27 |
Publish Date | 2018-06-27 |
Rating | 3.70/5 Total 10 Ratings |
Developer | Greg |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Twitch Giveaways", "version": "2.1.0", "description": "Simple Twitch Extension for Giveaways", "manifest_version": 2, "short_name": "STG", "permissions": [ "*:\/\/*.twitch.tv\/*", "storage", "identity" ], "browser_action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.bundle.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "main.html" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |