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.

What is My Watch Party?

My Watch Party is a Chrome extension developed by https://mywatchparty.site, and its main feature is "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.".

Extension Screenshots

screenshot
screenshot

Download My Watch Party Extension CRX File

Download My Watch Party extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name My Watch Party My Watch Party
ID pemcklheijdbjkpdgnhencbbckhgffop
Official URL https://chromewebstore.google.com/detail/my-watch-party/pemcklheijdbjkpdgnhencbbckhgffop
Description This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.
File Size 24.1 KB
Installation Count 171
Current Version 0.0.5
Last Updated 2023-06-27
Publish Date 2023-06-11
Rating 5.00/5 Total 2 Ratings
Developer https://mywatchparty.site
Email [email protected]
Payment Type free
Extension Website https://mywatchparty.site
Privacy Policy Page URL https://mywatchparty.site/privacy_policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}