Twitch Live Extension

A browser extension that lists your live followed streamers and sends notifications when they start a new stream

Twitch Live Extension란 무엇입니까?

Twitch Live Extension은(는) Pedro Silva에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that lists your live followed streamers and sends notifications when they start a new stream"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        To start using it, open it, log in with your Twitch account so that the extension has access only to your public information and your follows, and, every time you click on the extension icon,
you will see the streamers that you follow that are live.

This extension supports *Just Went Live* notifications. If you want to enable them, open the extension, go to *Settings* and enable the Just Went Live notifications.

There's also a button to log out from your Twitch account.

Special thanks to everyone that helped test this extension: https://github.com/PedroS11/twitch-live-extension#contribution                    

확장 프로그램 기본 정보

이름 Twitch Live Extension Twitch Live Extension
ID nlnfdlcbnpafokhpjfffmoobbejpedgj
공식 URL https://chromewebstore.google.com/detail/twitch-live-extension/nlnfdlcbnpafokhpjfffmoobbejpedgj
설명 A browser extension that lists your live followed streamers and sends notifications when they start a new stream
파일 크기 143 KB
설치 횟수 10,126
현재 버전 4.2.1
최근 업데이트 2023-09-27
출시 날짜 2020-10-13
평점 4.49/5 총 59 개의 평점
개발자 Pedro Silva
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/PedroS11/twitch-live-extension
도움말 페이지 URL https://github.com/PedroS11/twitch-live-extension/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Live Extension",
    "description": "A browser extension that lists your live followed streamers and sends notifications when they start a new stream",
    "version": "4.2.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Twitch Live Extension",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/id.twitch.tv\/oauth2\/*",
        "https:\/\/api.twitch.tv\/helix\/*"
    ],
    "permissions": [
        "identity",
        "notifications",
        "alarms",
        "storage",
        "idle"
    ]
}