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"입니다.

확장 프로그램 스크린샷

screenshot

Squad 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}