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.

Qu'est-ce que My Watch Party ?

My Watch Party est une extension Chrome développée par https://mywatchparty.site, et sa fonction principale est "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension My Watch Party

Téléchargez les fichiers d'extension My Watch Party au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom My Watch Party My Watch Party
ID pemcklheijdbjkpdgnhencbbckhgffop
URL Officiel 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.
Taille du Fichier 24.1 KB
Nombre d'Installations 171
Version Actuelle 0.0.5
Dernière Mise à Jour 2023-06-27
Date de Publication 2023-06-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://mywatchparty.site
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mywatchparty.site
URL de la Page de Politique de Confidentialité https://mywatchparty.site/privacy_policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}