Emby Sync Watch

A Chrome Extension for sync video watching on Emby.

Cos'è Emby Sync Watch?

Emby Sync Watch è un'estensione di Chrome sviluppata da Quadrubo, e la sua funzione principale è "A Chrome Extension for sync video watching on Emby.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Emby Sync Watch

Scarica i file di estensione Emby Sync Watch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This allows you to synchronise watching Videos on Emby. All Instructions are on my Github :)

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

Informazioni di Base sull'Estensione

Nome Emby Sync Watch Emby Sync Watch
ID cabhbnblooihogkhajehgmohhipnbach
URL Ufficiale https://chromewebstore.google.com/detail/emby-sync-watch/cabhbnblooihogkhajehgmohhipnbach
Descrizione A Chrome Extension for sync video watching on Emby.
Dimensione del File 24.23 KB
Conteggio Installazioni 380
Versione Corrente 1.6
Ultimo Aggiornamento 2021-07-17
Data di Pubblicazione 2021-05-15
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Quadrubo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Quadrubo/emby-sync-watch
Lingue Supportate 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"
    }
}