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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
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" } } |