Prime Party

Watch or Join Amazon Prime Party Together with friends

O que é Prime Party?

Prime Party é uma extensão do Chrome desenvolvida por Watch Party, e sua principal característica é "Watch or Join Amazon Prime Party Together with friends".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Prime Party

Baixe arquivos de extensão Prime Party no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Prime Party Prime Party
ID kghegibponmiflnifgdcgjbmkbjpibhc
URL Oficial https://chromewebstore.google.com/detail/prime-party/kghegibponmiflnifgdcgjbmkbjpibhc
Descrição Watch or Join Amazon Prime Party Together with friends
Tamanho do Arquivo 107 KB
Contagem de Instalações 1,007
Versão Atual 0.2.0
Última Atualização 2020-09-09
Data de Publicação 2020-09-09
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor Watch Party
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://netflixpartyplus.com/privacy-policy
Idiomas Suportados 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'"
}