Squad

Watch Netflix or any streaming service while video chatting with friends

Apa itu Squad?

Squad adalah ekstensi Chrome yang dikembangkan oleh Squad, dan fitur utamanya adalah "Watch Netflix or any streaming service while video chatting with friends".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Squad

Unduh file ekstensi Squad dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Squad Squad
ID okcghhmjhimnllalgdadgfmjbofjhhgk
URL Resmi https://chromewebstore.google.com/detail/squad/okcghhmjhimnllalgdadgfmjbofjhhgk
Deskripsi Watch Netflix or any streaming service while video chatting with friends
Ukuran File 6.4 KB
Jumlah Instalasi 4,453
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-03-19
Tanggal Publikasi 2020-03-18
Penilaian 1.07/5 Total 15 Penilaian
Pengembang Squad
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://squadapp.io
URL Halaman Bantuan https://squadapp.io/team.html
URL Halaman Kebijakan Privasi https://squadapp.io/privacypolicy.html
Bahasa yang Didukung 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"
    ]
}