Naho Live

Pour suivre les lives de Naho !

Naho Live란 무엇입니까?

Naho Live은(는) BentoMatt_dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pour suivre les lives de Naho !"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Naho Live 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extension pour suivre les lives de Naho (twitch). 

Permet d'être alerté lorsque le live est en direct. Une notification (cliquable) s'affiche alors, avec le titre du stream, et l'icône de l'extension se colore en orange.
De plus, l'icône de l'extension est elle aussi cliquable, et ouvre un nouvel onglet vers le live.

Développé par BentoMatt_Dev.                    

확장 프로그램 기본 정보

이름 Naho Live Naho Live
ID hfodnndadmkkfdhlendoladlnlifcllg
공식 URL https://chromewebstore.google.com/detail/naho-live/hfodnndadmkkfdhlendoladlnlifcllg
설명 Pour suivre les lives de Naho !
파일 크기 579 KB
설치 횟수 69
현재 버전 1.0.1
최근 업데이트 2017-05-07
출시 날짜 2017-05-07
평점 4.20/5 총 5 개의 평점
개발자 BentoMatt_dev
이메일 [email protected]
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "background": {
        "scripts": [
            "onlinetest.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo_main_128on.png"
    },
    "name": "Naho Live",
    "version": "1.0.1",
    "description": "Pour suivre les lives de Naho !",
    "icons": {
        "128": "logo_main_128on.png",
        "48": "logo_main_48on.png",
        "32": "logo_main_32on.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/www.twitch.tv\/nahomay",
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}