Chap Live

Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.

Wat is Chap Live?

Chap Live is een Chrome-extensie ontwikkeld door https://kocal.fr, en de belangrijkste functie is "Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Chap Live

Download Chap Live-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

                        Chap Live
========

Notifie l'utilisateur si le streamer Chap est actuellement en train de stream sur la plateforme Twitch.                    

Basisinformatie over de Extensie

Naam Chap Live Chap Live
ID iaejfilcnojdfdmpdcnplleophhfnbcn
Officiële URL https://chromewebstore.google.com/detail/chap-live/iaejfilcnojdfdmpdcnplleophhfnbcn
Beschrijving Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.
Bestandsgrootte 47.48 KB
Aantal Installaties 37
Huidige Versie 0.1.0
Laatst Bijgewerkt 2018-05-10
Publicatiedatum 2018-05-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://kocal.fr
Betalingswijze free
Extensiewebsite https://github.com/Kocal/Chap-Live
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chap Live",
    "description": "Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "Chap Live",
        "default_icon": {
            "48": "icons\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}