Twitch Giveaways
An awesome giveaway tool for Twitch streamers.
Cos'è Twitch Giveaways?
Twitch Giveaways è un'estensione di Chrome sviluppata da Enhar Ukalo, e la sua funzione principale è "An awesome giveaway tool for Twitch streamers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Giveaways
Scarica i file di estensione Twitch Giveaways in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
It's time to share your earnings! Click the trophy in your chat to access the extension.
Informazioni di Base sull'Estensione
Nome | Twitch Giveaways |
ID | bpjdhheiliihcghpalfflhfpfbmcekij |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-giveaways/bpjdhheiliihcghpalfflhfpfbmcekij |
Descrizione | An awesome giveaway tool for Twitch streamers. |
Dimensione del File | 162 KB |
Conteggio Installazioni | 1,960 |
Versione Corrente | 2.83 |
Ultimo Aggiornamento | 2021-02-07 |
Data di Pubblicazione | 2020-10-11 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Enhar Ukalo |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/enharukalo/twitchcekilisleri |
Lingue Supportate | 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" ] } |