Videoland Party

Watch Videoland remotely with friends

Τι είναι το Videoland Party;

Το Videoland Party είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον videolandparty, και η κύρια λειτουργία του είναι "Watch Videoland remotely with friends".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Videoland Party

Λήψη αρχείων επέκτασης Videoland Party σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Videoland Party Videoland Party
ID inkmmdhpebdaogigmlbhkfflcldnbbkb
Επίσημο URL https://chromewebstore.google.com/detail/videoland-party/inkmmdhpebdaogigmlbhkfflcldnbbkb
Περιγραφή Watch Videoland remotely with friends
Μέγεθος Αρχείου 109 KB
Αριθμός Εγκαταστάσεων 4,000
Τρέχουσα Έκδοση 2.0.2
Τελευταία Ενημέρωση 2021-12-08
Ημερομηνία Δημοσίευσης 2020-06-03
Αξιολόγηση 2.53/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής videolandparty
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://videolandparty.nl
Υποστηριζόμενες Γλώσσες 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"
    }
}