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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
}
]
} | |