KRL_STREAM

L'extension qui t'informe si KRL est en LIVE sur Twitch !

KRL_STREAM란 무엇입니까?

KRL_STREAM은(는) tiiBz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "L'extension qui t'informe si KRL est en LIVE sur Twitch !"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Tu n'as pas envie de louper un seul live ou vidéo YouTube de ton gourou préféré ? Tu veux être au courant des dernières actualités GenOne ?

Cette extension est faite pour toi !                    

확장 프로그램 기본 정보

이름 KRL_STREAM KRL_STREAM
ID onhlfmmdcbcgabgdhnkidnjjpdodpbfg
공식 URL https://chromewebstore.google.com/detail/krlstream/onhlfmmdcbcgabgdhnkidnjjpdodpbfg
설명 L'extension qui t'informe si KRL est en LIVE sur Twitch !
파일 크기 647 KB
설치 횟수 1,315
현재 버전 0.4.9
최근 업데이트 2023-11-25
출시 날짜 2023-01-06
평점 5.00/5 총 10 개의 평점
개발자 tiiBz
이메일 [email protected]
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "tiiBz",
    "description": "L'extension qui t'informe si KRL est en LIVE sur Twitch !",
    "name": "KRL_STREAM",
    "version": "0.4.9",
    "icons": {
        "16": "icons\/krl16.png",
        "32": "icons\/krl32.png",
        "48": "icons\/krl48.png",
        "128": "icons\/krl128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "background"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/krl16.png",
            "32": "icons\/krl32.png",
            "48": "icons\/krl48.png",
            "128": "icons\/krl128.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*.krl.tiibz.dev\/*",
        "*:\/\/*.ytimg.com\/*",
        "*:\/\/*.hltv.org\/*",
        "*:\/\/static-cdn.jtvnw.net\/*"
    ],
    "manifest_version": 3
}