Emby Sync Watch

A Chrome Extension for sync video watching on Emby.

O que é Emby Sync Watch?

Emby Sync Watch é uma extensão do Chrome desenvolvida por Quadrubo, e sua principal característica é "A Chrome Extension for sync video watching on Emby.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Emby Sync Watch

Baixe arquivos de extensão Emby Sync Watch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

Informações Básicas da Extensão

Nome Emby Sync Watch Emby Sync Watch
ID cabhbnblooihogkhajehgmohhipnbach
URL Oficial https://chromewebstore.google.com/detail/emby-sync-watch/cabhbnblooihogkhajehgmohhipnbach
Descrição A Chrome Extension for sync video watching on Emby.
Tamanho do Arquivo 24.23 KB
Contagem de Instalações 380
Versão Atual 1.6
Última Atualização 2021-07-17
Data de Publicação 2021-05-15
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Quadrubo
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Quadrubo/emby-sync-watch
Idiomas Suportados 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"
    }
}