Prime Party
Watch or Join Amazon Prime Party Together with friends
Hvad er Prime Party?
Prime Party er en Chrome-udvidelse udviklet af Watch Party, og dens hovedfunktion er "Watch or Join Amazon Prime Party Together with friends".
Udvidelsesskærmbilleder
Download Prime Party-udvidelses-CRX-fil
Download Prime Party-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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.                     Grundlæggende oplysninger om udvidelsen
| Navn |  | 
| ID | kghegibponmiflnifgdcgjbmkbjpibhc | 
| Officiel URL | https://chromewebstore.google.com/detail/prime-party/kghegibponmiflnifgdcgjbmkbjpibhc | 
| Beskrivelse | Watch or Join Amazon Prime Party Together with friends | 
| Filstørrelse | 107 KB | 
| Antal Installationer | 1,007 | 
| Nuværende Version | 0.2.0 | 
| Senest Opdateret | 2020-09-09 | 
| Udgivelsesdato | 2020-09-09 | 
| Bedømmelse | 1.00/5 Samlet 2 Bedømmelser | 
| Udvikler | Watch Party | 
| [email protected] | |
| Betalingsmetode | free | 
| URL til Fortrolighedspolitik Side | https://netflixpartyplus.com/privacy-policy | 
| Understøttede Sprog | 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'"
} | |