Emby Sync Watch

A Chrome Extension for sync video watching on Emby.

Was ist Emby Sync Watch?

Emby Sync Watch ist eine Chrome-Erweiterung, die von Quadrubo entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome Extension for sync video watching on Emby.".

Erweiterungsscreenshots

screenshot
screenshot

Emby Sync Watch-Erweiterungs-CRX-Datei herunterladen

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

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

Grundlegende Informationen zur Erweiterung

Name Emby Sync Watch Emby Sync Watch
ID cabhbnblooihogkhajehgmohhipnbach
Offizielle URL https://chromewebstore.google.com/detail/emby-sync-watch/cabhbnblooihogkhajehgmohhipnbach
Beschreibung A Chrome Extension for sync video watching on Emby.
Dateigröße 24.23 KB
Installationsanzahl 380
Aktuelle Version 1.6
Letztes Update 2021-07-17
Veröffentlichungsdatum 2021-05-15
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Quadrubo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Quadrubo/emby-sync-watch
Unterstützte Sprachen 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"
    }
}