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

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

擴展使用說明

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