Neila Live Notifier

Extension pour suivre les lives de Neila

Co je Neila Live Notifier?

Neila Live Notifier je rozšíření Chrome vyvinuté Neila-gaming, a jeho hlavní funkcí je „Extension pour suivre les lives de Neila“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Neila Live Notifier

Stáhněte si soubory rozšíření Neila Live Notifier 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í

                        Soyez au courant quand Neila lance son stream !

L'icone de l'extension passe au bleu quand Neila est en live.
Ouvre un onglet vers le Twitch de Neila en  cliquant sur l'icone.                    

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

Název Neila Live Notifier Neila Live Notifier
ID gpkenmcifacccdnangeckcokmeefhagl
Oficiální URL https://chromewebstore.google.com/detail/neila-live-notifier/gpkenmcifacccdnangeckcokmeefhagl
Popis Extension pour suivre les lives de Neila
Velikost souboru 265 KB
Počet instalací 11
Aktuální Verze 3.0.0
Poslední Aktualizace 2017-06-12
Datum Vydání 2017-06-12
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Neila-gaming
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.twitch.tv/neila_gaming
Podporované Jazyky de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.0",
    "default_locale": "fr",
    "name": "Neila Live Notifier",
    "description": "Extension pour suivre les lives de Neila",
    "background": {
        "persistent": true,
        "scripts": [
            ".\/src\/background.js"
        ]
    },
    "author": "Nucktrooper",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "notifications"
    ],
    "optional_permissions": [
        "background"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "data\/Button_OFF.png"
        },
        "default_popup": ".\/popup\/popup.html"
    }
}