Aayley Live

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

Co to jest Aayley Live?

Aayley Live to rozszerzenie Chrome opracowane przez https://kocal.fr, a jego główną funkcją jest „Aayley Live est une extension qui notifie l'utilisateur si Aayley est en train de stream sur Twitch.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Aayley Live

Pobierz pliki rozszerzeń Aayley Live w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Aayley Live Aayley Live
ID cldokjdnmhmnghopnjhgdpojjngcclbl
Oficjalny URL https://chromewebstore.google.com/detail/aayley-live/cldokjdnmhmnghopnjhgdpojjngcclbl
Opis Aayley Live est une extension qui notifie l'utilisateur si Aayley est en train de stream sur Twitch.
Rozmiar pliku 35.26 KB
Liczba instalacji 19
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2018-05-10
Data Publikacji 2018-05-10
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://kocal.fr
Typ Płatności free
Strona Rozszerzenia https://github.com/Kocal/Aayley-Live
Obsługiwane Języki 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"
        ]
    }
}