Emby Companion

Show unread messages, status, and more for your Emby server.

O que é Emby Companion?

Emby Companion é uma extensão do Chrome desenvolvida por techywarrior, e sua principal característica é "Show unread messages, status, and more for your Emby server.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Emby Companion

Baixe arquivos de extensão Emby Companion 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

                        Get notified when there are unread notifications on your Emby server (Emby server install required, download at http://emby.media/ ) and read them without having to load up the Emby web client. It can also notify you when the server is inaccessible so you can restart it ASAP.

There is also a link in the header to take you to your Emby server web client for quick access in case you want to restart Emby, install plugins, or simply watch some TV or a movie.                    

Informações Básicas da Extensão

Nome Emby Companion Emby Companion
ID egofcbleniceaoleohckegkeepennpcn
URL Oficial https://chrome.google.com/webstore/detail/emby-companion/egofcbleniceaoleohckegkeepennpcn
Descrição Show unread messages, status, and more for your Emby server.
Tamanho do Arquivo 252 KB
Contagem de Instalações 925
Versão Atual 1.9.0
Última Atualização 2016-08-08
Data de Publicação 2016-08-08
Classificação 4.46/5 Total de 24 Avaliações
Desenvolvedor techywarrior
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emby Companion",
    "short_name": "Emby Companion",
    "description": "Show unread messages, status, and more for your Emby server.",
    "author": "Techywarrior",
    "version": "1.9.0",
    "icons": {
        "16": "emby_ico_16.png",
        "48": "emby_ico_48.png",
        "128": "emby_ico_128.png"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "mb3.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-2.2.4.min.js",
            "js\/common.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/content_script.js"
            ]
        }
    ]
}