Squad

Watch Netflix or any streaming service while video chatting with friends

Что такое Squad?

Squad - это расширение Chrome, разработанное Squad, и его основная функция - "Watch Netflix or any streaming service while video chatting with friends".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Squad

Скачайте файлы расширений 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
Электронная почта [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"
    ]
}