Twitch Giveaways
An awesome giveaway tool for Twitch streamers.
Wat is Twitch Giveaways?
Twitch Giveaways is een Chrome-extensie ontwikkeld door Enhar Ukalo, en de belangrijkste functie is "An awesome giveaway tool for Twitch streamers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Giveaways
Download Twitch Giveaways-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
It's time to share your earnings! Click the trophy in your chat to access the extension.
Basisinformatie over de Extensie
Naam | Twitch Giveaways |
ID | bpjdhheiliihcghpalfflhfpfbmcekij |
Officiële URL | https://chromewebstore.google.com/detail/twitch-giveaways/bpjdhheiliihcghpalfflhfpfbmcekij |
Beschrijving | An awesome giveaway tool for Twitch streamers. |
Bestandsgrootte | 162 KB |
Aantal Installaties | 1,960 |
Huidige Versie | 2.83 |
Laatst Bijgewerkt | 2021-02-07 |
Publicatiedatum | 2020-10-11 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Enhar Ukalo |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/enharukalo/twitchcekilisleri |
Ondersteunde Talen | 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" ] } |