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.

Apa itu My Watch Party?

My Watch Party adalah ekstensi Chrome yang dikembangkan oleh https://mywatchparty.site, dan fitur utamanya adalah "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi My Watch Party

Unduh file ekstensi My Watch Party dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama My Watch Party My Watch Party
ID pemcklheijdbjkpdgnhencbbckhgffop
URL Resmi https://chromewebstore.google.com/detail/my-watch-party/pemcklheijdbjkpdgnhencbbckhgffop
Deskripsi This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.
Ukuran File 24.1 KB
Jumlah Instalasi 171
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2023-06-27
Tanggal Publikasi 2023-06-11
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://mywatchparty.site
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mywatchparty.site
URL Halaman Kebijakan Privasi https://mywatchparty.site/privacy_policy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}