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 |
官方URL | 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" ] } |