Chap Live Extension

Ne manquez pas un seul stream de Chap !

Chap Live Extension란 무엇입니까?

Chap Live Extension은(는) Onutrem에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ne manquez pas un seul stream de Chap !"입니다.

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

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

확장 프로그램 사용 설명서

                        A l'aide de cette extension, vous serez prévenu quand Chap lance son stream à l'aide d'une notification cliquable. Vous pourrez savoir à tout moment à l'aide de l'icône si il est toujours en ligne ou non.                    

확장 프로그램 기본 정보

이름 Chap Live Extension Chap Live Extension
ID iopdfkaelnhmepnkplpopokigddhienl
공식 URL https://chromewebstore.google.com/detail/chap-live-extension/iopdfkaelnhmepnkplpopokigddhienl
설명 Ne manquez pas un seul stream de Chap !
파일 크기 230 KB
설치 횟수 92
현재 버전 1.0
최근 업데이트 2016-04-07
출시 날짜 2016-04-07
평점 5.00/5 총 3 개의 평점
개발자 Onutrem
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "author": "Onutrem @onutrem",
    "background": {
        "scripts": [
            "libs\/jquery-1.11.2.js",
            "parameters.js",
            "background.js",
            "chrome.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_off.png",
        "default_title": "Chap - Offline"
    },
    "description": "Ne manquez pas un seul stream de Chap !",
    "icons": {
        "256": "icons\/logo256.png",
        "128": "icons\/logo128.png",
        "32": "icons\/logo32.png",
        "64": "icons\/logo64.png"
    },
    "manifest_version": 2,
    "name": "Chap Live Extension",
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}