Kameto Live Extension

Ne manquez pas un seul stream de Kameto !

Kameto Live Extension란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A l'aide de cette extension, vous serez prévenu quand Kameto 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.                    

확장 프로그램 기본 정보

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