Videoland Party
Watch Videoland remotely with friends
ما هو Videoland Party؟
Videoland Party هو إضافة Chrome تم تطويرها بواسطة videolandparty، والميزة الرئيسية لها هي "Watch Videoland remotely with friends".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Videoland Party
قم بتنزيل ملفات الامتداد Videoland Party بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } } |