Bob Lennon extension

Permet d'être alerté quand Bob Lennon est en live !

Bob Lennon extension란 무엇입니까?

Bob Lennon extension은(는) adrien.allo.63에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Permet d'être alerté quand Bob Lennon est en live !"입니다.

확장 프로그램 스크린샷

screenshot

Bob Lennon extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Permet d'être alerté quand Bob Lennon est en live !

Basé sur l'extension "Krayn live extension" de Florent Bruziaux : https://chrome.google.com/webstore/detail/krayn-live-extension/dngpadcbcnbboeejdlihooplmplljejg                    

확장 프로그램 기본 정보

이름 Bob Lennon extension Bob Lennon extension
ID eahjfpfcoejoaanmhdcdakmbncbjiacm
공식 URL https://chrome.google.com/webstore/detail/bob-lennon-extension/eahjfpfcoejoaanmhdcdakmbncbjiacm
설명 Permet d'être alerté quand Bob Lennon est en live !
파일 크기 705 KB
설치 횟수 16
현재 버전 2.0
최근 업데이트 2019-06-02
출시 날짜 2019-06-02
평점 5.00/5 총 3 개의 평점
개발자 adrien.allo.63
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bob Lennon extension",
    "version": "2.0",
    "description": "Permet d'\u00eatre alert\u00e9 quand Bob Lennon est en live !",
    "browser_action": [],
    "permissions": [
        "notifications",
        "webRequest",
        "*:\/\/*.api.twitch.tv\/",
        "alarms"
    ],
    "icons": {
        "64": "img\/glouglou.png"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ]
    }
}