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
官方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'"
}