Simple Twitch Giveaways

Simple Twitch Extension for Giveaways

Hvad er Simple Twitch Giveaways?

Simple Twitch Giveaways er en Chrome-udvidelse udviklet af Greg, og dens hovedfunktion er "Simple Twitch Extension for Giveaways".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Simple Twitch Giveaways-udvidelses-CRX-fil

Download Simple Twitch Giveaways-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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 !                    

Grundlæggende oplysninger om udvidelsen

Navn Simple Twitch Giveaways Simple Twitch Giveaways
ID aacnakggjhpkobmgcbngbljobfaejaoi
Officiel URL https://chromewebstore.google.com/detail/simple-twitch-giveaways/aacnakggjhpkobmgcbngbljobfaejaoi
Beskrivelse Simple Twitch Extension for Giveaways
Filstørrelse 1.36 MB
Antal Installationer 5,935
Nuværende Version 2.1.0
Senest Opdateret 2018-06-27
Udgivelsesdato 2018-06-27
Bedømmelse 3.70/5 Samlet 10 Bedømmelser
Udvikler Greg
Betalingsmetode free
Understøttede Sprog 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"
    }
}