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文件

下載Live Followlist for Twitch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}