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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}