Twitch Kino
Extension for integrating streams into Twitch page.
Twitch Kinoとは何ですか?
Twitch Kinoはtruetripledによって開発されたChromeの拡張機能で、その主な機能は「Extension for integrating streams into Twitch page.」です。
拡張機能のスクリーンショット
Twitch Kino拡張機能のCRXファイルをダウンロード
Twitch Kino拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to watch streams from several streaming platforms while staying on Twitch. Open Twitch stream page, open extension popup, type in nickname of streamer from WASD or GoodGame and click 'Change player', so extension will replace Twitch player with desired one. Important! This extension only works on Twitch stream page, e.g. https://twitch.tv/forsen.
拡張機能の基本情報
名前 | Twitch Kino |
ID | dnighmaokjmhadecckimjodpbaoehbfm |
公式URL | https://chromewebstore.google.com/detail/twitch-kino/dnighmaokjmhadecckimjodpbaoehbfm |
説明 | Extension for integrating streams into Twitch page. |
ファイルサイズ | 316 KB |
インストール数 | 24 |
現在のバージョン | 1.0.3 |
最終更新日 | 2022-06-21 |
公開日 | 2022-05-25 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | truetripled |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Kino", "version": "1.0.3", "description": "Extension for integrating streams into Twitch page.", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "16": "icons\/peepoGlad16.png", "32": "icons\/peepoGlad32.png", "48": "icons\/peepoGlad48.png", "128": "icons\/peepoGlad128.png" }, "action": { "default_icon": "icons\/peepoGlad128.png", "default_popup": "index.html", "default_title": "Twitch Kino" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ], "all_frames": true, "runAt": "document_start" } ] } |