My Watch Party

This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.

什麼是My Watch Party?

My Watch Party是由https://mywatchparty.site開發的Chrome擴展程式,該擴展的主要功能是“This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.”。

擴展截圖

screenshot
screenshot

下載My Watch Party擴展crx文件

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

擴展使用說明

                        This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.                    

擴展基本資訊

名稱 My Watch Party My Watch Party
ID pemcklheijdbjkpdgnhencbbckhgffop
官方網址 https://chromewebstore.google.com/detail/my-watch-party/pemcklheijdbjkpdgnhencbbckhgffop
簡介 This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.
檔案大小 24.1 KB
安裝次數 171
目前版本 0.0.5
更新時間 2023-06-27
上架時間 2023-06-11
評分 5.00/5 共 2 次評分
開發者 https://mywatchparty.site
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mywatchparty.site
隱私政策頁面URL https://mywatchparty.site/privacy_policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Watch Party",
    "version": "0.0.5",
    "description": "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.",
    "permissions": [
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mywatchparty.site\/*",
            "http:\/\/mywatchparty.site\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/app_16.png",
        "32": "icons\/app_32.png",
        "48": "icons\/app_48.png",
        "128": "icons\/app_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/play_24.png",
                "icons\/pause_24.png",
                "icons\/replay_24.png",
                "icons\/collapse_24.png",
                "icons\/expand_24.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}