Emby Sync Watch

A Chrome Extension for sync video watching on Emby.

什么是Emby Sync Watch?

Emby Sync Watch是由Quadrubo开发的Chrome扩展程序,该扩展的主要功能是“A Chrome Extension for sync video watching on Emby.”。

扩展截图

screenshot
screenshot

下载Emby Sync Watch扩展crx文件

下载Emby Sync Watch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

扩展基本信息

名称 Emby Sync Watch Emby Sync Watch
ID cabhbnblooihogkhajehgmohhipnbach
官方URL https://chromewebstore.google.com/detail/emby-sync-watch/cabhbnblooihogkhajehgmohhipnbach
简介 A Chrome Extension for sync video watching on Emby.
文件大小 24.23 KB
安装次数 380
当前版本 1.6
更新时间 2021-07-17
上架时间 2021-05-15
评分 5.00/5 共3次评分
开发者 Quadrubo
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Quadrubo/emby-sync-watch
支持的语言 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"
    }
}