Prime Party

Watch or Join Amazon Prime Party Together with friends

Co to jest Prime Party?

Prime Party to rozszerzenie Chrome opracowane przez Watch Party, a jego główną funkcją jest „Watch or Join Amazon Prime Party Together with friends”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Prime Party

Pobierz pliki rozszerzeń Prime Party w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Prime Party Prime Party
ID kghegibponmiflnifgdcgjbmkbjpibhc
Oficjalny URL https://chromewebstore.google.com/detail/prime-party/kghegibponmiflnifgdcgjbmkbjpibhc
Opis Watch or Join Amazon Prime Party Together with friends
Rozmiar pliku 107 KB
Liczba instalacji 1,007
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2020-09-09
Data Publikacji 2020-09-09
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper Watch Party
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://netflixpartyplus.com/privacy-policy
Obsługiwane Języki 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'"
}