Videoland Party

Watch Videoland remotely with friends

Videoland Party란 무엇입니까?

Videoland Party은(는) videolandparty에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch Videoland remotely with friends"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Videoland Party 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}