Multi Twitch Extension

Chrome Extension who allow you to easely follow when your streamers goes live.

Multi Twitch Extension란 무엇입니까?

Multi Twitch Extension은(는) Lupusanghren에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension who allow you to easely follow when your streamers goes live."입니다.

확장 프로그램 스크린샷

screenshot

Multi Twitch Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A Chrome extension that allows you to easely know when your favorite streamers are live.
With this chrome extension you can also manage your favorite streamers on Twitch.tv.
You will be notified when a streamer is live. 
You can easely add streamers through the option page or directly using the 'Add the current channel' button.
The 'Launch the multi twitch' button allow you to create a multitwitch page with the online streamers you have selected on the extension.                    

확장 프로그램 기본 정보

이름 Multi Twitch Extension Multi Twitch Extension
ID jpgnbiffpoelgpegopldffmpbmfdojga
공식 URL https://chromewebstore.google.com/detail/multi-twitch-extension/jpgnbiffpoelgpegopldffmpbmfdojga
설명 Chrome Extension who allow you to easely follow when your streamers goes live.
파일 크기 689 KB
설치 횟수 933
현재 버전 3.2.0
최근 업데이트 2021-02-03
출시 날짜 2020-05-20
평점 5.00/5 총 2 개의 평점
개발자 Lupusanghren
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Lupusanghrenn/MultiTwitchExtension
도움말 페이지 URL https://twitter.com/Lupusanghrenn
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Multi Twitch",
    "background": {
        "scripts": [
            ".\/scripts\/script_back.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icone64.png",
        "default_popup": "pages\/index.html",
        "default_title": "Multi twitch"
    },
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icone128.png",
        "64": "images\/icone64.png",
        "32": "images\/icone32.png",
        "16": "images\/icone16.png"
    },
    "options_page": "pages\/template_option.html",
    "permissions": [
        "https:\/\/api.twitch.tv\/helix\/streams\/",
        "https:\/\/static-cdn.jtvnw.net\/jtv_user_pictures\/",
        "notifications",
        "tabs"
    ],
    "default_locale": "en",
    "version": "3.2.0",
    "author": "Lupusanghren @Lupusanghrenn"
}