Videoland Party

Watch Videoland remotely with friends

Was ist Videoland Party?

Videoland Party ist eine Chrome-Erweiterung, die von videolandparty entwickelt wurde, und ihr Hauptmerkmal ist "Watch Videoland remotely with friends".

Erweiterungsscreenshots

screenshot
screenshot

Videoland Party-Erweiterungs-CRX-Datei herunterladen

Laden Sie Videoland Party-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Videoland Party Videoland Party
ID inkmmdhpebdaogigmlbhkfflcldnbbkb
Offizielle URL https://chromewebstore.google.com/detail/videoland-party/inkmmdhpebdaogigmlbhkfflcldnbbkb
Beschreibung Watch Videoland remotely with friends
Dateigröße 109 KB
Installationsanzahl 4,000
Aktuelle Version 2.0.2
Letztes Update 2021-12-08
Veröffentlichungsdatum 2020-06-03
Bewertung 2.53/5 Insgesamt 19 Bewertungen
Entwickler videolandparty
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://videolandparty.nl
Unterstützte Sprachen 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"
    }
}