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
Eメール [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'"
}