Zydar Live

Notifie lorsque Zydar est en LIVE !

What is Zydar Live?

Zydar Live is a Chrome extension developed by Skarneur, and its main feature is "Notifie lorsque Zydar est en LIVE !".

Extension Screenshots

screenshot

Download Zydar Live Extension CRX File

Download Zydar 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

                        Pour savoir dès que je suis en live, télécharge mon extension !                    

Extension Basic Information

Name Zydar Live Zydar Live
ID nemhlgbjgijlmioajojakndfjhgfkdnh
Official URL https://chrome.google.com/webstore/detail/zydar-live/nemhlgbjgijlmioajojakndfjhgfkdnh
Description Notifie lorsque Zydar est en LIVE !
File Size 353 KB
Installation Count 56
Current Version 3.3
Last Updated 2019-11-14
Publish Date 2019-11-14
Rating 5.00/5 Total 2 Ratings
Developer Skarneur
Email [email protected]
Payment Type free
Supported Languages fr
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "assets\/js\/jquery.js",
            "assets\/js\/notifications.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/img\/offline.png",
        "default_popup": "popup\/index.html",
        "default_title": "Zydar - Hors-Ligne"
    },
    "description": "Notifie lorsque Zydar est en LIVE !",
    "icons": {
        "128": "assets\/img\/logo_mini.png"
    },
    "manifest_version": 2,
    "name": "Zydar Live",
    "permissions": [
        "background",
        "https:\/\/api.twitch.tv\/kraken\/streams?channel=*",
        "*:\/\/*.googleapis.com\/*",
        "notifications",
        "storage"
    ],
    "short_name": "Zydar Live",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3"
}