Prime Party
Watch or Join Amazon Prime Party Together with friends
Cos'è Prime Party?
Prime Party è un'estensione di Chrome sviluppata da Watch Party, e la sua funzione principale è "Watch or Join Amazon Prime Party Together with friends".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prime Party
Scarica i file di estensione Prime Party in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | kghegibponmiflnifgdcgjbmkbjpibhc | 
| URL Ufficiale | https://chromewebstore.google.com/detail/prime-party/kghegibponmiflnifgdcgjbmkbjpibhc | 
| Descrizione | Watch or Join Amazon Prime Party Together with friends | 
| Dimensione del File | 107 KB | 
| Conteggio Installazioni | 1,007 | 
| Versione Corrente | 0.2.0 | 
| Ultimo Aggiornamento | 2020-09-09 | 
| Data di Pubblicazione | 2020-09-09 | 
| Valutazione | 1.00/5 Totale 2 Valutazioni | 
| Sviluppatore | Watch Party | 
| [email protected] | |
| Tipo di Pagamento | free | 
| URL della Pagina della Politica sulla Privacy | https://netflixpartyplus.com/privacy-policy | 
| Lingue Supportate | 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'"
} | |