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
公式URL 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
Eメール [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"
}