Zydar Live

Notifie lorsque Zydar est en LIVE !

Cos'è Zydar Live?

Zydar Live è un'estensione di Chrome sviluppata da Skarneur, e la sua funzione principale è "Notifie lorsque Zydar est en LIVE !".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zydar Live

Scarica i file di estensione Zydar Live in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Zydar Live Zydar Live
ID nemhlgbjgijlmioajojakndfjhgfkdnh
URL Ufficiale https://chrome.google.com/webstore/detail/zydar-live/nemhlgbjgijlmioajojakndfjhgfkdnh
Descrizione Notifie lorsque Zydar est en LIVE !
Dimensione del File 353 KB
Conteggio Installazioni 56
Versione Corrente 3.3
Ultimo Aggiornamento 2019-11-14
Data di Pubblicazione 2019-11-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Skarneur
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}