Squad
Watch Netflix or any streaming service while video chatting with friends
O que é Squad?
Squad é uma extensão do Chrome desenvolvida por Squad, e sua principal característica é "Watch Netflix or any streaming service while video chatting with friends".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Squad
Baixe arquivos de extensão Squad no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Squad |
ID | okcghhmjhimnllalgdadgfmjbofjhhgk |
URL Oficial | https://chromewebstore.google.com/detail/squad/okcghhmjhimnllalgdadgfmjbofjhhgk |
Descrição | Watch Netflix or any streaming service while video chatting with friends |
Tamanho do Arquivo | 6.4 KB |
Contagem de Instalações | 4,453 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-03-19 |
Data de Publicação | 2020-03-18 |
Classificação | 1.07/5 Total de 15 Avaliações |
Desenvolvedor | Squad |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://squadapp.io |
URL da Página de Ajuda | https://squadapp.io/team.html |
URL da Página de Política de Privacidade | https://squadapp.io/privacypolicy.html |
Idiomas Suportados | 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" ] } |