Squad

Watch Netflix or any streaming service while video chatting with friends

Co to jest Squad?

Squad to rozszerzenie Chrome opracowane przez Squad, a jego główną funkcją jest „Watch Netflix or any streaming service while video chatting with friends”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Squad

Pobierz pliki rozszerzeń Squad w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Squad Squad
ID okcghhmjhimnllalgdadgfmjbofjhhgk
Oficjalny URL https://chromewebstore.google.com/detail/squad/okcghhmjhimnllalgdadgfmjbofjhhgk
Opis Watch Netflix or any streaming service while video chatting with friends
Rozmiar pliku 6.4 KB
Liczba instalacji 4,453
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-03-19
Data Publikacji 2020-03-18
Ocena 1.07/5 Łącznie 15 Oceny
Deweloper Squad
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://squadapp.io
Adres URL Strony Pomocy https://squadapp.io/team.html
Adres URL Strony Polityki Prywatności https://squadapp.io/privacypolicy.html
Obsługiwane Języki 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"
    ]
}