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ファイルをダウンロード

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 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
Eメール [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"
    ]
}