Videoland Party

Watch Videoland remotely with friends

O que é Videoland Party?

Videoland Party é uma extensão do Chrome desenvolvida por videolandparty, e sua principal característica é "Watch Videoland remotely with friends".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Videoland Party

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

                        Use this extension to watch and chat about Videoland with friends synchronously!

How does it work?

(0. Install the chrome extension.)
1. Navigate to a video you'd like to watch together, after that you can press the extension.
2. Create a party and share the party-id with your friends.
3. If your friends navigated to the same video, then they can press the extension and join the party using the party-id.
4. Now you can chat and watch the video simultaneously, the extension will make sure everybody watches the same part.                    

Informações Básicas da Extensão

Nome Videoland Party Videoland Party
ID inkmmdhpebdaogigmlbhkfflcldnbbkb
URL Oficial https://chromewebstore.google.com/detail/videoland-party/inkmmdhpebdaogigmlbhkfflcldnbbkb
Descrição Watch Videoland remotely with friends
Tamanho do Arquivo 109 KB
Contagem de Instalações 4,000
Versão Atual 2.0.2
Última Atualização 2021-12-08
Data de Publicação 2020-06-03
Classificação 2.53/5 Total de 19 Avaliações
Desenvolvedor videolandparty
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://videolandparty.nl
Idiomas Suportados en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.0.2",
    "default_locale": "nl",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "page_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}