Prime Party

Watch or Join Amazon Prime Party Together with friends

ما هو Prime Party؟

Prime Party هو إضافة Chrome تم تطويرها بواسطة Watch Party، والميزة الرئيسية لها هي "Watch or Join Amazon Prime Party Together with friends".

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

screenshot

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

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

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

                        Follow the below steps to activate Prime Party

>>Install the Extension then visit Prime video website
>>Play any video then click on the extension icon
>>You will get an option to create prime party
>>Copy and share the URL with friends and they will be able to join your party
>>Chat and watch along with your friends.                    

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

الاسم Prime Party Prime Party
ID kghegibponmiflnifgdcgjbmkbjpibhc
عنوان URL الرسمي https://chromewebstore.google.com/detail/prime-party/kghegibponmiflnifgdcgjbmkbjpibhc
الوصف Watch or Join Amazon Prime Party Together with friends
حجم الملف 107 KB
عدد التثبيتات 1,007
النسخة الحالية 0.2.0
آخر تحديث 2020-09-09
تاريخ النشر 2020-09-09
تقييم 1.00/5 مجموع تقييمات 2
المطور Watch Party
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://netflixpartyplus.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Party",
    "version": "0.2.0",
    "description": "Watch or Join Amazon Prime Party Together with friends",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "activeTab",
        "declarativeContent",
        "https:\/\/*\/*",
        "tabs",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "128": "images\/icon_128.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}