Videoland Party
Watch Videoland remotely with friends
Cos'è Videoland Party?
Videoland Party è un'estensione di Chrome sviluppata da videolandparty, e la sua funzione principale è "Watch Videoland remotely with friends".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Videoland Party
Scarica i file di estensione Videoland Party in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Videoland Party |
ID | inkmmdhpebdaogigmlbhkfflcldnbbkb |
URL Ufficiale | https://chromewebstore.google.com/detail/videoland-party/inkmmdhpebdaogigmlbhkfflcldnbbkb |
Descrizione | Watch Videoland remotely with friends |
Dimensione del File | 109 KB |
Conteggio Installazioni | 4,000 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2021-12-08 |
Data di Pubblicazione | 2020-06-03 |
Valutazione | 2.53/5 Totale 19 Valutazioni |
Sviluppatore | videolandparty |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://videolandparty.nl |
Lingue Supportate | 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" } } |