Giveaways Twitch
Comfortable giveaway system for Twitch.tv channels.
Wat is Giveaways Twitch?
Giveaways Twitch is een Chrome-extensie ontwikkeld door michael.edwards1991, en de belangrijkste functie is "Comfortable giveaway system for Twitch.tv channels.".
Extensie Screenshots
Download het CRX-bestand van de extensie Giveaways Twitch
Download Giveaways Twitch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        **AD FREE**
Extension adds a giveaway system to all popped out or embedded twitch chats, including your dashboard.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hoaehblonfjfhjimblnicebllhkpanpi | 
| Officiële URL | https://chromewebstore.google.com/detail/giveaways-twitch/hoaehblonfjfhjimblnicebllhkpanpi | 
| Beschrijving | Comfortable giveaway system for Twitch.tv channels. | 
| Bestandsgrootte | 82.22 KB | 
| Aantal Installaties | 1,700 | 
| Huidige Versie | 2.10.10 | 
| Laatst Bijgewerkt | 2017-05-24 | 
| Publicatiedatum | 2017-05-23 | 
| Beoordeling | 2.57/5 Totaal 14 Beoordelingen | 
| Ontwikkelaar | michael.edwards1991 | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/michaeledwards91/twitch-giveaways | 
| Ondersteunde Talen | 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"
    ]
}  |  |