Giveaways Twitch
Comfortable giveaway system for Twitch.tv channels.
What is Giveaways Twitch?
Giveaways Twitch is a Chrome extension developed by michael.edwards1991, and its main feature is "Comfortable giveaway system for Twitch.tv channels.".
Extension Screenshots
Download Giveaways Twitch Extension CRX File
Download Giveaways Twitch 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
**AD FREE** Extension adds a giveaway system to all popped out or embedded twitch chats, including your dashboard.
Extension Basic Information
Name | Giveaways Twitch |
ID | hoaehblonfjfhjimblnicebllhkpanpi |
Official URL | https://chromewebstore.google.com/detail/giveaways-twitch/hoaehblonfjfhjimblnicebllhkpanpi |
Description | Comfortable giveaway system for Twitch.tv channels. |
File Size | 82.22 KB |
Installation Count | 1,700 |
Current Version | 2.10.10 |
Last Updated | 2017-05-24 |
Publish Date | 2017-05-23 |
Rating | 2.57/5 Total 14 Ratings |
Developer | michael.edwards1991 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/michaeledwards91/twitch-giveaways |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Giveaways Twitch", "description": "Comfortable giveaway system for Twitch.tv channels.", "version": "2.10.10", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "*:\/\/*.twitch.tv\/*", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "main.html", "content-analytics.js", ".chat-listener.js" ] } |