Videoland Party

Watch Videoland remotely with friends

什麼是Videoland Party?

Videoland Party是由videolandparty開發的Chrome擴展程式,該擴展的主要功能是“Watch Videoland remotely with friends”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Videoland Party Videoland Party
ID inkmmdhpebdaogigmlbhkfflcldnbbkb
官方網址 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"
    }
}