StreamParty
Watch streams remotely with the people you care about
StreamPartyとは何ですか?
StreamPartyはStreamPartyによって開発されたChromeの拡張機能で、その主な機能は「Watch streams remotely with the people you care about」です。
拡張機能のスクリーンショット
StreamParty拡張機能のCRXファイルをダウンロード
StreamParty拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Watch streams remotely with the people you care about
StreamParty is a browser extension, that allows you to watch video streams in sync with your friends all across the world, on multiple services, right on their website.
Supported Services:
- Netflix
- YouTube
- Disney+
- Prime Video
- Joyn
- More coming soon 拡張機能の基本情報
| 名前 | |
| ID | dagelajjiihagipmmkdghobjhkjagkfg |
| 公式URL | https://chromewebstore.google.com/detail/streamparty/dagelajjiihagipmmkdghobjhkjagkfg |
| 説明 | Watch streams remotely with the people you care about |
| ファイルサイズ | 800 KB |
| インストール数 | 25,551 |
| 現在のバージョン | 2.0.13 |
| 最終更新日 | 2023-01-17 |
| 公開日 | 2020-07-01 |
| 評価 | 3.08/5 合計 24 レビュー |
| 開発者 | StreamParty |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.streamparty.com |
| ヘルプページのURL | https://help.streamparty.tv |
| プライバシーポリシーページのURL | https://www.streamparty.com/en/privacy |
| 対応言語 | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"short_name": "SP",
"default_locale": "en",
"name": "StreamParty",
"version": "2.0.13",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"description": "Watch streams remotely with the people you care about",
"icons": {
"16": "assets\/icon\/icon_16.png",
"48": "assets\/icon\/icon_48.png",
"128": "assets\/icon\/icon_128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "assets\/icon\/icon_16.png",
"24": "assets\/icon\/icon_24.png",
"32": "assets\/icon\/icon_32.png"
},
"default_title": "StreamParty"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.website-script.ts.8dbccabb.1c3c5a8c.js"
],
"matches": [
"https:\/\/www.streamparty.com\/*"
]
}
],
"permissions": [
"activeTab",
"tabs",
"webNavigation",
"scripting"
],
"host_permissions": [
"https:\/\/www.streamparty.com\/*"
],
"optional_host_permissions": [
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*\/*"
],
"resources": [
"app.html"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/www.streamparty.com\/*"
],
"resources": [
"assets\/website-script.ts.8dbccabb.js"
],
"use_dynamic_url": true
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/website-script.60614b38.js",
"assets\/index.43bfce68.js",
"assets\/content_script.348910c2.js",
"assets\/sentry.371220d3.js",
"assets\/isFirefox.45e99d92.js",
"assets\/player-events.b0a26dab.js",
"assets\/page-context.1063587c.js",
"assets\/services.aaa3593a.js"
],
"use_dynamic_url": false
}
]
} | |