Videoland Party
Watch Videoland remotely with friends
什么是Videoland Party?
Videoland Party是由videolandparty开发的Chrome扩展程序,该扩展的主要功能是“Watch Videoland remotely with friends”。
扩展截图
下载Videoland Party扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
}
} | |