Aayley Live

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

Wat is Aayley Live?

Aayley Live is een Chrome-extensie ontwikkeld door https://kocal.fr, en de belangrijkste functie is "Aayley Live est une extension qui notifie l'utilisateur si Aayley est en train de stream sur Twitch.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Aayley Live

Download Aayley Live-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

                        Aayley Live
===========

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

Basisinformatie over de Extensie

Naam Aayley Live Aayley Live
ID cldokjdnmhmnghopnjhgdpojjngcclbl
Officiële URL https://chromewebstore.google.com/detail/aayley-live/cldokjdnmhmnghopnjhgdpojjngcclbl
Beschrijving Aayley Live est une extension qui notifie l'utilisateur si Aayley est en train de stream sur Twitch.
Bestandsgrootte 35.26 KB
Aantal Installaties 19
Huidige Versie 0.1.0
Laatst Bijgewerkt 2018-05-10
Publicatiedatum 2018-05-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://kocal.fr
Betalingswijze free
Extensiewebsite https://github.com/Kocal/Aayley-Live
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aayley Live",
    "description": "Aayley Live est une extension qui notifie l'utilisateur si Aayley 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": "Aayley Live",
        "default_icon": {
            "48": "icons\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}