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
官方網址 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"
    }
}