Emby Sync Watch

A Chrome Extension for sync video watching on Emby.

What is Emby Sync Watch?

Emby Sync Watch is a Chrome extension developed by Quadrubo, and its main feature is "A Chrome Extension for sync video watching on Emby.".

Extension Screenshots

screenshot
screenshot

Download Emby Sync Watch Extension CRX File

Download Emby Sync Watch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Emby Sync Watch Emby Sync Watch
ID cabhbnblooihogkhajehgmohhipnbach
Official URL https://chromewebstore.google.com/detail/emby-sync-watch/cabhbnblooihogkhajehgmohhipnbach
Description A Chrome Extension for sync video watching on Emby.
File Size 24.23 KB
Installation Count 380
Current Version 1.6
Last Updated 2021-07-17
Publish Date 2021-05-15
Rating 5.00/5 Total 3 Ratings
Developer Quadrubo
Email [email protected]
Payment Type free
Extension Website https://github.com/Quadrubo/emby-sync-watch
Supported Languages 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"
    }
}