LeStream extension

Be notified when Lestream's Stream are live

LeStream extension란 무엇입니까?

LeStream extension은(는) Alesiae에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Be notified when Lestream's Stream are live"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Soyez notifié lorsque vous streamers préférés sont en live !

Vous recevrez une notification de votre navigateur lorsque un de vos streamer commence son live, change de jeu ou change de titre.

Vous avez la possibilité de suivre ou non les différents streamers de LeStream dans l'onglet "Config".                    

확장 프로그램 기본 정보

이름 LeStream extension LeStream extension
ID lmfpgdofboifpcajlbabafoilamjbdci
공식 URL https://chrome.google.com/webstore/detail/lestream-extension/lmfpgdofboifpcajlbabafoilamjbdci
설명 Be notified when Lestream's Stream are live
파일 크기 525 KB
설치 횟수 167
현재 버전 3.0
최근 업데이트 2017-10-20
출시 날짜 2017-10-20
평점 5.00/5 총 4 개의 평점
개발자 Alesiae
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lestream.fr
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeStream extension",
    "description": "Be notified when Lestream's Stream are live",
    "version": "3.0",
    "background": {
        "scripts": [
            "jquery.js",
            "data.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "No live",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png",
        "64": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.lestream.fr\/",
        "tabs",
        "notifications",
        "https:\/\/api.twitch.tv\/",
        "https:\/\/ajax.googleapis.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}