Giveaways Twitch
Comfortable giveaway system for Twitch.tv channels.
Cos'è Giveaways Twitch?
Giveaways Twitch è un'estensione di Chrome sviluppata da michael.edwards1991, e la sua funzione principale è "Comfortable giveaway system for Twitch.tv channels.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Giveaways Twitch
Scarica i file di estensione Giveaways Twitch 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
**AD FREE** Extension adds a giveaway system to all popped out or embedded twitch chats, including your dashboard.
Informazioni di Base sull'Estensione
Nome | Giveaways Twitch |
ID | hoaehblonfjfhjimblnicebllhkpanpi |
URL Ufficiale | https://chromewebstore.google.com/detail/giveaways-twitch/hoaehblonfjfhjimblnicebllhkpanpi |
Descrizione | Comfortable giveaway system for Twitch.tv channels. |
Dimensione del File | 82.22 KB |
Conteggio Installazioni | 1,700 |
Versione Corrente | 2.10.10 |
Ultimo Aggiornamento | 2017-05-24 |
Data di Pubblicazione | 2017-05-23 |
Valutazione | 2.57/5 Totale 14 Valutazioni |
Sviluppatore | michael.edwards1991 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/michaeledwards91/twitch-giveaways |
Lingue Supportate | 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" ] } |