Videoland Party

Watch Videoland remotely with friends

Hvad er Videoland Party?

Videoland Party er en Chrome-udvidelse udviklet af videolandparty, og dens hovedfunktion er "Watch Videoland remotely with friends".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Videoland Party-udvidelses-CRX-fil

Download Videoland 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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Videoland Party Videoland Party
ID inkmmdhpebdaogigmlbhkfflcldnbbkb
Officiel URL https://chromewebstore.google.com/detail/videoland-party/inkmmdhpebdaogigmlbhkfflcldnbbkb
Beskrivelse Watch Videoland remotely with friends
Filstørrelse 109 KB
Antal Installationer 4,000
Nuværende Version 2.0.2
Senest Opdateret 2021-12-08
Udgivelsesdato 2020-06-03
Bedømmelse 2.53/5 Samlet 19 Bedømmelser
Udvikler videolandparty
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://videolandparty.nl
Understøttede Sprog 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"
    }
}