Aayley Live

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

Co je Aayley Live?

Aayley Live je rozšíření Chrome vyvinuté https://kocal.fr, a jeho hlavní funkcí je „Aayley Live est une extension qui notifie l'utilisateur si Aayley est en train de stream sur Twitch.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Aayley Live

Stáhněte si soubory rozšíření Aayley Live ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

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

Základní Informace o Rozšíření

Název Aayley Live Aayley Live
ID cldokjdnmhmnghopnjhgdpojjngcclbl
Oficiální URL https://chromewebstore.google.com/detail/aayley-live/cldokjdnmhmnghopnjhgdpojjngcclbl
Popis Aayley Live est une extension qui notifie l'utilisateur si Aayley est en train de stream sur Twitch.
Velikost souboru 35.26 KB
Počet instalací 19
Aktuální Verze 0.1.0
Poslední Aktualizace 2018-05-10
Datum Vydání 2018-05-10
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://kocal.fr
Typ Platby free
Webové stránky Rozšíření https://github.com/Kocal/Aayley-Live
Podporované Jazyky 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"
        ]
    }
}