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
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ]
}