Chap Live

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

Vad är Chap Live?

Chap Live är en Chrome-tillägg utvecklad av https://kocal.fr, och dess huvudfunktion är "Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Chap Live-förlängningens CRX-fil

Ladda ner Chap Live-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Chap Live
========

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

Grundläggande Information om Tillägg

Namn Chap Live Chap Live
ID iaejfilcnojdfdmpdcnplleophhfnbcn
Officiell webbadress https://chromewebstore.google.com/detail/chap-live/iaejfilcnojdfdmpdcnplleophhfnbcn
Beskrivning Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.
Filstorlek 47.48 KB
Antal Installationer 37
Aktuell Version 0.1.0
Senast Uppdaterad 2018-05-10
Publiceringsdatum 2018-05-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://kocal.fr
Betalningssätt free
Tilläggswebbplats https://github.com/Kocal/Chap-Live
Stödda Språk 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"
        ]
    }
}