Stream Bridge - Watch everyone on Twitch
Watch streamers from other streaming services on Twitch!
Stream Bridge - Watch everyone on Twitchとは何ですか?
Stream Bridge - Watch everyone on Twitchはhttps://www.streambridge.ioによって開発されたChromeの拡張機能で、その主な機能は「Watch streamers from other streaming services on Twitch!」です。
拡張機能のスクリーンショット
Stream Bridge - Watch everyone on Twitch拡張機能のCRXファイルをダウンロード
Stream Bridge - Watch everyone on Twitch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension, you can:
✔️ Watch streamers from other streaming platforms directly on Twitch
✔️ Follow streamers' channels from different platforms and observe their channel status on the left sidebar of Twitch
✔️ Add your channels to the list if they are not currently listed
This extension currently supports the following streaming platforms: YouTube, Kick, Trovo, VKPlay Live, and WASD. 拡張機能の基本情報
| 名前 | |
| ID | oidkgchhceggifadcafliepojifbgdji |
| 公式URL | https://chromewebstore.google.com/detail/stream-bridge-watch-every/oidkgchhceggifadcafliepojifbgdji |
| 説明 | Watch streamers from other streaming services on Twitch! |
| ファイルサイズ | 335 KB |
| インストール数 | 210 |
| 現在のバージョン | 1.8.13 |
| 最終更新日 | 2023-10-13 |
| 公開日 | 2023-08-08 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | https://www.streambridge.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.streambridge.io |
| ヘルプページのURL | https://www.streambridge.io/support |
| プライバシーポリシーページのURL | https://www.streambridge.io/privacy |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_project_name__",
"description": "__MSG_project_description__",
"version": "1.8.13",
"default_locale": "en",
"icons": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"action": {
"default_popup": "popup\/index.html"
},
"permissions": [
"declarativeNetRequest",
"storage"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "modifyHeaders",
"enabled": true,
"path": "modifyHeaders.json"
}
]
},
"host_permissions": [
"https:\/\/www.twitch.tv\/",
"https:\/\/kick.com\/",
"https:\/\/wasd.tv\/",
"https:\/\/vkplay.live\/",
"https:\/\/trovo.live\/",
"https:\/\/api.vkplay.live\/",
"https:\/\/api-web.trovo.live\/",
"https:\/\/www.youtube.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.twitch.tv\/*",
"https:\/\/vkplay.live\/*",
"https:\/\/kick.com\/*",
"https:\/\/trovo.live\/*",
"https:\/\/wasd.tv\/*",
"https:\/\/www.youtube.com\/*"
],
"all_frames": true,
"js": [
"content-script\/index.js"
],
"css": [
"content-script\/index.css"
]
}
]
} | |