Twitch Giveaways
An awesome giveaway tool for Twitch streamers.
What is Twitch Giveaways?
Twitch Giveaways is a Chrome extension developed by Enhar Ukalo, and its main feature is "An awesome giveaway tool for Twitch streamers.".
Extension Screenshots
Download Twitch Giveaways Extension CRX File
Download 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
It's time to share your earnings! Click the trophy in your chat to access the extension.
Extension Basic Information
Name | Twitch Giveaways |
ID | bpjdhheiliihcghpalfflhfpfbmcekij |
Official URL | https://chromewebstore.google.com/detail/twitch-giveaways/bpjdhheiliihcghpalfflhfpfbmcekij |
Description | An awesome giveaway tool for Twitch streamers. |
File Size | 162 KB |
Installation Count | 1,960 |
Current Version | 2.83 |
Last Updated | 2021-02-07 |
Publish Date | 2020-10-11 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Enhar Ukalo |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/enharukalo/twitchcekilisleri |
Supported Languages | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "author": "Enhar Ukalo", "developer": { "name": "Enhar Ukalo", "url": "https:\/\/github.com\/enharukalo" }, "version": "2.83", "manifest_version": 2, "default_locale": "en", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.twitch.tv\/*", "https:\/\/twitch.tv\/*", "*:\/\/*.jtvnw.net\/*", "http:\/\/www.w3.org\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval';object-src 'self';", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "main.html", "send-message.js" ] } |