Prime Party

Watch or Join Amazon Prime Party Together with friends

什麼是Prime Party?

Prime Party是由Watch Party開發的Chrome擴展程式,該擴展的主要功能是“Watch or Join Amazon Prime Party Together with friends”。

擴展截圖

screenshot

下載Prime Party擴展crx文件

下載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
官方網址 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'"
}