MultiStream Extension
Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.
MultiStream Extensionとは何ですか?
MultiStream Extensionはjeffdalleyによって開発されたChromeの拡張機能で、その主な機能は「Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.」です。
拡張機能のスクリーンショット
MultiStream Extension拡張機能のCRXファイルをダウンロード
MultiStream Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome Extension for working with Twitch TV and https://multistre.am. This tool is intended to provide a few shortcuts for those who still use the main Twitch TV website, but would like to quickly and easily switch to MultiStream with up to 6 channels via the Extension button popup. When entering channel names in the extension's popup, your entries will be saved to local storage. This will enable you to browse to multiple Twitch pages and click the '+' button to add that stream, while persisting your previous additions despite the popup disappearing.
拡張機能の基本情報
名前 | MultiStream Extension |
ID | njglhbamlnkijhmcpnphfjeboaddnend |
公式URL | https://chromewebstore.google.com/detail/multistream-extension/njglhbamlnkijhmcpnphfjeboaddnend |
説明 | Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV. |
ファイルサイズ | 264 KB |
インストール数 | 228 |
現在のバージョン | 1.4 |
最終更新日 | 2024-02-03 |
公開日 | 2017-10-10 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | jeffdalley |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jdalley |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MultiStream Extension", "short_name": "ms-extension", "description": "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.", "version": "1.4", "action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/kbmod-logo-48.png", "128": "images\/kbmod-logo-128.png" }, "permissions": [ "tabs", "storage" ] } |