My Watch Party

This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.

O que é My Watch Party?

My Watch Party é uma extensão do Chrome desenvolvida por https://mywatchparty.site, e sua principal característica é "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão My Watch Party

Baixe arquivos de extensão My Watch 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

                        This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.                    

Informações Básicas da Extensão

Nome My Watch Party My Watch Party
ID pemcklheijdbjkpdgnhencbbckhgffop
URL Oficial https://chromewebstore.google.com/detail/my-watch-party/pemcklheijdbjkpdgnhencbbckhgffop
Descrição This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.
Tamanho do Arquivo 24.1 KB
Contagem de Instalações 171
Versão Atual 0.0.5
Última Atualização 2023-06-27
Data de Publicação 2023-06-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://mywatchparty.site
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mywatchparty.site
URL da Página de Política de Privacidade https://mywatchparty.site/privacy_policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Watch Party",
    "version": "0.0.5",
    "description": "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.",
    "permissions": [
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mywatchparty.site\/*",
            "http:\/\/mywatchparty.site\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/app_16.png",
        "32": "icons\/app_32.png",
        "48": "icons\/app_48.png",
        "128": "icons\/app_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/play_24.png",
                "icons\/pause_24.png",
                "icons\/replay_24.png",
                "icons\/collapse_24.png",
                "icons\/expand_24.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}