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

下载Twitch Live Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}