Prime Party

Watch or Join Amazon Prime Party Together with friends

Wat is Prime Party?

Prime Party is een Chrome-extensie ontwikkeld door Watch Party, en de belangrijkste functie is "Watch or Join Amazon Prime Party Together with friends".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Prime Party

Download Prime Party-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Prime Party Prime Party
ID kghegibponmiflnifgdcgjbmkbjpibhc
Officiële URL https://chromewebstore.google.com/detail/prime-party/kghegibponmiflnifgdcgjbmkbjpibhc
Beschrijving Watch or Join Amazon Prime Party Together with friends
Bestandsgrootte 107 KB
Aantal Installaties 1,007
Huidige Versie 0.2.0
Laatst Bijgewerkt 2020-09-09
Publicatiedatum 2020-09-09
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Watch Party
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://netflixpartyplus.com/privacy-policy
Ondersteunde Talen 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'"
}