Prime Party

Watch together!

Prime Partyคืออะไร?

Prime Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Streaming Extensions และคุณลักษณะหลักของมันคือ "Watch together!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prime Party

ดาวน์โหลดไฟล์ส่วนขยาย Prime Party ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Watch content from Prime Video with all your friends synchronously. Keep in mind that everyone in your party needs use his/her personal Prime account!

- Install the PrimeVideoParty plugin
- Surf to www.primevideo.com (or to www.amazon.com/gp/video/storefront)
- Click the 'pv' button next to your address bar
- Copy and share the link to your friends
- Start a video, sit back and enjoy!

This browser extension allows you to initiate any video from Prime Video, start, pause and seek time synchronously. Experience first-class webplayer integration with a low-profile chat sidebar to keep you from distractions.



PrimeParty is in no way affiliated with Amazon.com Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Prime Party Prime Party
ID eingklpogjmofcedolfbgoomghkaamkn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prime-party/eingklpogjmofcedolfbgoomghkaamkn
คำอธิบาย Watch together!
ขนาดไฟล์ 186 KB
จำนวนการติดตั้ง 74,850
เวอร์ชันปัจจุบัน 0.9.13
อัปเดตครั้งล่าสุด 2024-01-30
วันที่เผยแพร่ 2020-07-01
คะแนน 3.81/5 รวมทั้งหมด 230 คะแนน
ผู้พัฒนา Streaming Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.vodextended.com/privacy_policy
ภาษาที่รองรับ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.9.13",
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*.primevideo.com\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.co.jp\/*"
    ],
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.primevideo.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.co.jp\/*"
            ],
            "js": [
                "src\/contentscripts\/ui\/amazon.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.primevideo.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.co.jp\/*"
            ],
            "css": [
                "src\/contentscripts\/ui\/sidebar-host.css"
            ],
            "js": [
                "config.js",
                "lib\/jquery.js",
                "lib\/socketio.js",
                "lib\/global-helpers.js",
                "lib\/states.js",
                "src\/contentscripts\/helpers\/helper.js",
                "src\/contentscripts\/helpers\/ui-helper.js",
                "src\/contentscripts\/listener\/state-listener.js",
                "src\/contentscripts\/listener\/extension-messages.js",
                "src\/contentscripts\/listener\/websocket.js",
                "src\/contentscripts\/listener\/start-video-button.js",
                "src\/contentscripts\/listener\/review-listener.js",
                "src\/contentscripts\/actions\/next-episode.js",
                "src\/contentscripts\/actions\/close.js",
                "src\/contentscripts\/actions\/play.js",
                "src\/contentscripts\/actions\/pause.js",
                "src\/contentscripts\/actions\/seek.js",
                "src\/contentscripts\/actions\/bind-actions.js",
                "src\/contentscripts\/ui\/navbar.js",
                "src\/contentscripts\/ui\/sidebar-host.js",
                "src\/contentscripts\/listener\/bootstrap.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.primevideo.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.co.jp\/*"
            ],
            "js": [
                "src\/contentscripts\/amazon.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-small.png",
                "src\/sidebar\/*"
            ],
            "matches": [
                "https:\/\/*.primevideo.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.co.jp\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/background\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "icon-small.png",
            "38": "icon-small.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "src\/popup\/popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}