Squad

Watch Netflix or any streaming service while video chatting with friends

What is Squad?

Squad is a Chrome extension developed by Squad, and its main feature is "Watch Netflix or any streaming service while video chatting with friends".

Extension Screenshots

screenshot

Download Squad Extension CRX File

Download Squad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Squad Squad
ID okcghhmjhimnllalgdadgfmjbofjhhgk
Official URL https://chromewebstore.google.com/detail/squad/okcghhmjhimnllalgdadgfmjbofjhhgk
Description Watch Netflix or any streaming service while video chatting with friends
File Size 6.4 KB
Installation Count 4,453
Current Version 1.0.0
Last Updated 2020-03-19
Publish Date 2020-03-18
Rating 1.07/5 Total 15 Ratings
Developer Squad
Email [email protected]
Payment Type free
Extension Website https://squadapp.io
Help Page URL https://squadapp.io/team.html
Privacy Policy Page URL https://squadapp.io/privacypolicy.html
Supported Languages 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"
    ]
}