Emby Sync Watch

A Chrome Extension for sync video watching on Emby.

Wat is Emby Sync Watch?

Emby Sync Watch is een Chrome-extensie ontwikkeld door Quadrubo, en de belangrijkste functie is "A Chrome Extension for sync video watching on Emby.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Emby Sync Watch

Download Emby Sync Watch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Emby Sync Watch Emby Sync Watch
ID cabhbnblooihogkhajehgmohhipnbach
Officiële URL https://chromewebstore.google.com/detail/emby-sync-watch/cabhbnblooihogkhajehgmohhipnbach
Beschrijving A Chrome Extension for sync video watching on Emby.
Bestandsgrootte 24.23 KB
Aantal Installaties 380
Huidige Versie 1.6
Laatst Bijgewerkt 2021-07-17
Publicatiedatum 2021-05-15
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Quadrubo
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Quadrubo/emby-sync-watch
Ondersteunde Talen 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"
    }
}