Twitch Giveaways
An awesome giveaway tool for Twitch streamers.
Qu'est-ce que Twitch Giveaways ?
Twitch Giveaways est une extension Chrome développée par Enhar Ukalo, et sa fonction principale est "An awesome giveaway tool for Twitch streamers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Giveaways
Téléchargez les fichiers d'extension Twitch Giveaways au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
It's time to share your earnings! Click the trophy in your chat to access the extension.
Informations de Base sur l'Extension
Nom | Twitch Giveaways |
ID | bpjdhheiliihcghpalfflhfpfbmcekij |
URL Officiel | https://chromewebstore.google.com/detail/twitch-giveaways/bpjdhheiliihcghpalfflhfpfbmcekij |
Description | An awesome giveaway tool for Twitch streamers. |
Taille du Fichier | 162 KB |
Nombre d'Installations | 1,960 |
Version Actuelle | 2.83 |
Dernière Mise à Jour | 2021-02-07 |
Date de Publication | 2020-10-11 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Enhar Ukalo |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/enharukalo/twitchcekilisleri |
Langues Prises en Charge | 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" ] } |