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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://squadapp.io/team.html
عنوان صفحة سياسة الخصوصية 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"
    ]
}