Squad

Watch Netflix or any streaming service while video chatting with friends

Qu'est-ce que Squad ?

Squad est une extension Chrome développée par Squad, et sa fonction principale est "Watch Netflix or any streaming service while video chatting with friends".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Squad

Téléchargez les fichiers d'extension Squad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Squad Squad
ID okcghhmjhimnllalgdadgfmjbofjhhgk
URL Officiel https://chromewebstore.google.com/detail/squad/okcghhmjhimnllalgdadgfmjbofjhhgk
Description Watch Netflix or any streaming service while video chatting with friends
Taille du Fichier 6.4 KB
Nombre d'Installations 4,453
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-03-19
Date de Publication 2020-03-18
Évaluation 1.07/5 Total 15 Évaluations
Développeur Squad
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://squadapp.io
URL de la Page d'Aide https://squadapp.io/team.html
URL de la Page de Politique de Confidentialité https://squadapp.io/privacypolicy.html
Langues Prises en Charge 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"
    ]
}