Emby Sync Watch

A Chrome Extension for sync video watching on Emby.

Hvad er Emby Sync Watch?

Emby Sync Watch er en Chrome-udvidelse udviklet af Quadrubo, og dens hovedfunktion er "A Chrome Extension for sync video watching on Emby.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Emby Sync Watch-udvidelses-CRX-fil

Download Emby Sync Watch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

Grundlæggende oplysninger om udvidelsen

Navn Emby Sync Watch Emby Sync Watch
ID cabhbnblooihogkhajehgmohhipnbach
Officiel URL https://chromewebstore.google.com/detail/emby-sync-watch/cabhbnblooihogkhajehgmohhipnbach
Beskrivelse A Chrome Extension for sync video watching on Emby.
Filstørrelse 24.23 KB
Antal Installationer 380
Nuværende Version 1.6
Senest Opdateret 2021-07-17
Udgivelsesdato 2021-05-15
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Quadrubo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Quadrubo/emby-sync-watch
Understøttede Sprog 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"
    }
}