Simple Twitch Giveaways

Simple Twitch Extension for Giveaways

Cos'è Simple Twitch Giveaways?

Simple Twitch Giveaways è un'estensione di Chrome sviluppata da Greg, e la sua funzione principale è "Simple Twitch Extension for Giveaways".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Simple Twitch Giveaways

Scarica i file di estensione Simple 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

                        Simple application to do giveaway on Twitch.

Possibility to choose an answer between multiples keywords.

Live stats displayed.

Announces in chat.

Any suggestions or / and feedback are more than welcome !                    

Informazioni di Base sull'Estensione

Nome Simple Twitch Giveaways Simple Twitch Giveaways
ID aacnakggjhpkobmgcbngbljobfaejaoi
URL Ufficiale https://chromewebstore.google.com/detail/simple-twitch-giveaways/aacnakggjhpkobmgcbngbljobfaejaoi
Descrizione Simple Twitch Extension for Giveaways
Dimensione del File 1.36 MB
Conteggio Installazioni 5,935
Versione Corrente 2.1.0
Ultimo Aggiornamento 2018-06-27
Data di Pubblicazione 2018-06-27
Valutazione 3.70/5 Totale 10 Valutazioni
Sviluppatore Greg
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Twitch Giveaways",
    "version": "2.1.0",
    "description": "Simple Twitch Extension for Giveaways",
    "manifest_version": 2,
    "short_name": "STG",
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "storage",
        "identity"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "main.html"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}