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 |
| Eメール | [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"
}
} | |