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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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'"
}