My Watch Party

This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.

ما هو My Watch Party؟

My Watch Party هو إضافة Chrome تم تطويرها بواسطة https://mywatchparty.site، والميزة الرئيسية لها هي "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة My Watch Party

قم بتنزيل ملفات الامتداد My Watch Party بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.                    

معلومات أساسية عن التمديد

الاسم My Watch Party My Watch Party
ID pemcklheijdbjkpdgnhencbbckhgffop
عنوان URL الرسمي https://chromewebstore.google.com/detail/my-watch-party/pemcklheijdbjkpdgnhencbbckhgffop
الوصف This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.
حجم الملف 24.1 KB
عدد التثبيتات 171
النسخة الحالية 0.0.5
آخر تحديث 2023-06-27
تاريخ النشر 2023-06-11
تقييم 5.00/5 مجموع تقييمات 2
المطور https://mywatchparty.site
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://mywatchparty.site
عنوان صفحة سياسة الخصوصية https://mywatchparty.site/privacy_policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Watch Party",
    "version": "0.0.5",
    "description": "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.",
    "permissions": [
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mywatchparty.site\/*",
            "http:\/\/mywatchparty.site\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/app_16.png",
        "32": "icons\/app_32.png",
        "48": "icons\/app_48.png",
        "128": "icons\/app_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/play_24.png",
                "icons\/pause_24.png",
                "icons\/replay_24.png",
                "icons\/collapse_24.png",
                "icons\/expand_24.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}