SanjiLive

SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.

Wat is SanjiLive?

SanjiLive is een Chrome-extensie ontwikkeld door Sanji29, en de belangrijkste functie is "SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.".

Download het CRX-bestand van de extensie SanjiLive

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

                        SanjiLive est une extension qui vous préviens quand Sanji est en live.                    

Basisinformatie over de Extensie

Naam SanjiLive SanjiLive
ID lnngafjpekmmmkfnjpiaafakibofegli
Officiële URL https://chromewebstore.google.com/detail/sanjilive/lnngafjpekmmmkfnjpiaafakibofegli
Beschrijving SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.
Bestandsgrootte 50.37 KB
Aantal Installaties 53
Huidige Versie 0.0.3
Laatst Bijgewerkt 2017-07-01
Publicatiedatum 2017-07-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Sanji29
Betalingswijze free
Extensiewebsite https://twitch.tv/sanji29
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SanjiLive",
    "description": "SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.",
    "version": "0.0.3",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/Trepb.png",
        "128": "icons\/Trepa.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "SanjiLive",
        "default_icon": {
            "48": "icons\/Trepb.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}