Chap Live

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

What is Chap Live?

Chap Live is a Chrome extension developed by https://kocal.fr, and its main feature is "Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.".

Extension Screenshots

screenshot
screenshot

Download Chap Live Extension CRX File

Download Chap Live extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chap Live
========

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

Extension Basic Information

Name Chap Live Chap Live
ID iaejfilcnojdfdmpdcnplleophhfnbcn
Official URL https://chromewebstore.google.com/detail/chap-live/iaejfilcnojdfdmpdcnplleophhfnbcn
Description Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.
File Size 47.48 KB
Installation Count 37
Current Version 0.1.0
Last Updated 2018-05-10
Publish Date 2018-05-10
Rating 5.00/5 Total 1 Ratings
Developer https://kocal.fr
Payment Type free
Extension Website https://github.com/Kocal/Chap-Live
Supported Languages 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"
        ]
    }
}