Live Followlist for Twitch

Get notified when your favorite streamers go live

Live Followlist for Twitch란 무엇입니까?

Live Followlist for Twitch은(는) os8544026에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get notified when your favorite streamers go live"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        See and be notified about the currently streaming users you follow on Twitch.

Features:
  - Be notified whenever a streamer you follow goes live
  - No extra login required. Simply being logged in to Twitch is sufficient.
  - Quick access to your favorite streams
  - Enable or disable notifications

This extension is developed independently and not associated in any way with twitch.tv.

Your privacy is important to us, therefore we try to request only the minimal amount of permissions possible.
Some permissions however are necessary for this extension to work. These are:

- Storage: used to save wether you want to receive notifications or not
- Notifications: necessary to notify you when a stream went live
- Cookies: needed to access your followed streams without you having to do an extra login

If you have any questions, or suggestions please feel free to contact us [email protected]                    

확장 프로그램 기본 정보

이름 Live Followlist for Twitch Live Followlist for Twitch
ID fjmehfjemmkjppbjlompjenndffmlhfn
공식 URL https://chrome.google.com/webstore/detail/live-followlist-for-twitc/fjmehfjemmkjppbjlompjenndffmlhfn
설명 Get notified when your favorite streamers go live
파일 크기 272 KB
설치 횟수 396
현재 버전 1.0
최근 업데이트 2022-04-30
출시 날짜 2021-03-08
평점 4.44/5 총 9 개의 평점
개발자 os8544026
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://greensearch.io/privacy
지원되는 언어 de,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "__MSG_appName__",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "default_locale": "en_US",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "__MSG_appName__"
    },
    "icons": {
        "16": "icon16x16.png",
        "24": "icon24x24.png",
        "32": "icon32x32.png",
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    },
    "background": {
        "scripts": [
            ".\/background\/background.js"
        ]
    },
    "permissions": [
        "cookies",
        "storage",
        "notifications",
        "https:\/\/*.twitch.tv\/",
        "https:\/\/*.static-cdn.jtvnw.net\/jtv_user_pictures\/"
    ],
    "version": "1.0"
}