Neila Live Notifier

Extension pour suivre les lives de Neila

Neila Live Notifierとは何ですか?

Neila Live NotifierはNeila-gamingによって開発されたChromeの拡張機能で、その主な機能は「Extension pour suivre les lives de Neila」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Neila Live Notifier拡張機能のCRXファイルをダウンロード

Neila Live Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Neila Live Notifier Neila Live Notifier
ID gpkenmcifacccdnangeckcokmeefhagl
公式URL https://chromewebstore.google.com/detail/neila-live-notifier/gpkenmcifacccdnangeckcokmeefhagl
説明 Extension pour suivre les lives de Neila
ファイルサイズ 265 KB
インストール数 11
現在のバージョン 3.0.0
最終更新日 2017-06-12
公開日 2017-06-12
評価 5.00/5 合計 4 レビュー
開発者 Neila-gaming
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.twitch.tv/neila_gaming
対応言語 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"
    }
}