Prime Party

Watch or Join Amazon Prime Party Together with friends

Was ist Prime Party?

Prime Party ist eine Chrome-Erweiterung, die von Watch Party entwickelt wurde, und ihr Hauptmerkmal ist "Watch or Join Amazon Prime Party Together with friends".

Erweiterungsscreenshots

screenshot

Prime Party-Erweiterungs-CRX-Datei herunterladen

Laden Sie Prime Party-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Prime Party Prime Party
ID kghegibponmiflnifgdcgjbmkbjpibhc
Offizielle URL https://chromewebstore.google.com/detail/prime-party/kghegibponmiflnifgdcgjbmkbjpibhc
Beschreibung Watch or Join Amazon Prime Party Together with friends
Dateigröße 107 KB
Installationsanzahl 1,007
Aktuelle Version 0.2.0
Letztes Update 2020-09-09
Veröffentlichungsdatum 2020-09-09
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler Watch Party
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://netflixpartyplus.com/privacy-policy
Unterstützte Sprachen 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'"
}