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文件

下載Watch2Gether擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
        ""
    ]
}