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.

Vad är My Watch Party?

My Watch Party är en Chrome-tillägg utvecklad av https://mywatchparty.site, och dess huvudfunktion är "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner My Watch Party-förlängningens CRX-fil

Ladda ner My Watch Party-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn My Watch Party My Watch Party
ID pemcklheijdbjkpdgnhencbbckhgffop
Officiell webbadress https://chromewebstore.google.com/detail/my-watch-party/pemcklheijdbjkpdgnhencbbckhgffop
Beskrivning This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.
Filstorlek 24.1 KB
Antal Installationer 171
Aktuell Version 0.0.5
Senast Uppdaterad 2023-06-27
Publiceringsdatum 2023-06-11
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://mywatchparty.site
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://mywatchparty.site
URL till Sekretesspolicy Sidan https://mywatchparty.site/privacy_policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}