Emby Sync Watch

A Chrome Extension for sync video watching on Emby.

Apa itu Emby Sync Watch?

Emby Sync Watch adalah ekstensi Chrome yang dikembangkan oleh Quadrubo, dan fitur utamanya adalah "A Chrome Extension for sync video watching on Emby.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Emby Sync Watch

Unduh file ekstensi Emby Sync Watch 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 allows you to synchronise watching Videos on Emby. All Instructions are on my Github :)

Github: https://github.com/Quadrubo/emby-sync-watch                    

Informasi Dasar Ekstensi

Nama Emby Sync Watch Emby Sync Watch
ID cabhbnblooihogkhajehgmohhipnbach
URL Resmi https://chromewebstore.google.com/detail/emby-sync-watch/cabhbnblooihogkhajehgmohhipnbach
Deskripsi A Chrome Extension for sync video watching on Emby.
Ukuran File 24.23 KB
Jumlah Instalasi 380
Versi Saat Ini 1.6
Terakhir Diperbarui 2021-07-17
Tanggal Publikasi 2021-05-15
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Quadrubo
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Quadrubo/emby-sync-watch
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emby Sync Watch",
    "description": "A Chrome Extension for sync video watching on Emby.",
    "version": "1.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-emby-16x16.png",
            "32": "\/images\/icon-emby-32x32.png",
            "48": "\/images\/icon-emby-48x48.png",
            "128": "\/images\/icon-emby-128x128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "\/images\/icon-emby-16x16.png",
        "32": "\/images\/icon-emby-32x32.png",
        "48": "\/images\/icon-emby-48x48.png",
        "128": "\/images\/icon-emby-128x128.png"
    }
}