Emby Sync Watch

A Chrome Extension for sync video watching on Emby.

Qu'est-ce que Emby Sync Watch ?

Emby Sync Watch est une extension Chrome développée par Quadrubo, et sa fonction principale est "A Chrome Extension for sync video watching on Emby.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Emby Sync Watch

Téléchargez les fichiers d'extension Emby Sync Watch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Emby Sync Watch Emby Sync Watch
ID cabhbnblooihogkhajehgmohhipnbach
URL Officiel https://chromewebstore.google.com/detail/emby-sync-watch/cabhbnblooihogkhajehgmohhipnbach
Description A Chrome Extension for sync video watching on Emby.
Taille du Fichier 24.23 KB
Nombre d'Installations 380
Version Actuelle 1.6
Dernière Mise à Jour 2021-07-17
Date de Publication 2021-05-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur Quadrubo
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Quadrubo/emby-sync-watch
Langues Prises en Charge 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"
    }
}