Watch2Gether

This extensions let's you share content from websites directly into a Watch2Gether room

Watch2Gether란 무엇입니까?

Watch2Gether은(는) https://w2g.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extensions let's you share content from websites directly into a Watch2Gether room"입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The official Watch2Gether Chrome extension allows you to share content from a supported site (Youtube, Vimeo, Dailymotion, ...) directly into a Watch2Gether room. The new W2gSync feature allows you to sync-watch videos from any website on Watch2Gether.                    

확장 프로그램 기본 정보

이름 Watch2Gether Watch2Gether
ID cimpffimgeipdhnhjohpbehjkcdpjolg
공식 URL https://chromewebstore.google.com/detail/watch2gether/cimpffimgeipdhnhjohpbehjkcdpjolg
설명 This extensions let's you share content from websites directly into a Watch2Gether room
파일 크기 1.63 MB
설치 횟수 987,570
현재 버전 9.2
최근 업데이트 2023-06-15
출시 날짜 2020-06-25
평점 3.47/5 총 104 개의 평점
개발자 https://w2g.tv
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://community.w2g.tv/
개인정보 보호 정책 페이지 URL https://w2g.tv/en/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Watch2Gether",
    "short_name": "W2G",
    "description": "This extensions let's you share content from websites directly into a Watch2Gether room",
    "homepage_url": "https:\/\/w2g.tv",
    "version": "9.2",
    "background": {
        "service_worker": "sw.97e70b02.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/stage.watch2gether.com\/rooms\/*",
                "https:\/\/w2g.tv\/*",
                "https:\/\/rooms.w2g.tv\/*",
                "https:\/\/stage-rooms.w2g.tv\/*",
                "https:\/\/stage.w2g.tv\/*",
                "https:\/\/staging.w2g.tv\/*"
            ],
            "js": [
                "content_w2g.4a182ab6.js"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "css": []
        }
    ],
    "action": {
        "default_icon": "icon.154ef202.png",
        "default_popup": "popup.e53fc2e6.html",
        "default_title": "Share on Watch2Gether"
    },
    "icons": {
        "48": "icon_48.bcbbec0a.png",
        "128": "icon_128.125169a4.png"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "declarativeNetRequest",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "javascript\/adapter\/w2g_netflix_adapter.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}