Squad
Watch Netflix or any streaming service while video chatting with friends
什麼是Squad?
Squad是由Squad開發的Chrome擴展程式,該擴展的主要功能是“Watch Netflix or any streaming service while video chatting with friends”。
擴展截圖
下載Squad擴展crx文件
下載Squad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Squad is a Chrome extension for hanging out and watching videos remotely. You can see and hear each other while watch any streaming service together. It’s the next best thing to being together in person. The Chrome extension is super simple — it allows you to screen share any tab or window during a video call. You can have up to 9 people watching together via the web or iOS app.
擴展基本資訊
名稱 | Squad |
ID | okcghhmjhimnllalgdadgfmjbofjhhgk |
官方網址 | https://chromewebstore.google.com/detail/squad/okcghhmjhimnllalgdadgfmjbofjhhgk |
簡介 | Watch Netflix or any streaming service while video chatting with friends |
檔案大小 | 6.4 KB |
安裝次數 | 4,453 |
目前版本 | 1.0.0 |
更新時間 | 2020-03-19 |
上架時間 | 2020-03-18 |
評分 | 1.07/5 共 15 次評分 |
開發者 | Squad |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://squadapp.io |
說明頁面URL | https://squadapp.io/team.html |
隱私政策頁面URL | https://squadapp.io/privacypolicy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Squad", "description": "Watch Netflix or any streaming service while video chatting with friends", "version": "1.0.0", "icons": { "128": "squad.png" }, "manifest_version": 2, "background": { "scripts": [ "extension.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/squadmod.insqapp.com\/*", "*:\/\/squadapp.io\/*" ] }, "permissions": [ "desktopCapture" ] } |