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.

Was ist My Watch Party?

My Watch Party ist eine Chrome-Erweiterung, die von https://mywatchparty.site entwickelt wurde, und ihr Hauptmerkmal ist "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

My Watch Party-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Watch Party-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name My Watch Party My Watch Party
ID pemcklheijdbjkpdgnhencbbckhgffop
Offizielle URL https://chromewebstore.google.com/detail/my-watch-party/pemcklheijdbjkpdgnhencbbckhgffop
Beschreibung This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.
Dateigröße 24.1 KB
Installationsanzahl 171
Aktuelle Version 0.0.5
Letztes Update 2023-06-27
Veröffentlichungsdatum 2023-06-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://mywatchparty.site
E-Mail mitko.tumbalov00@gmail.com
Zahlungsart free
Erweiterungswebsite https://mywatchparty.site
URL der Datenschutzrichtlinien-Seite https://mywatchparty.site/privacy_policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}