Emby Companion

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

什么是Emby Companion?

Emby Companion是由techywarrior开发的Chrome扩展程序,该扩展的主要功能是“Show unread messages, status, and more for your Emby server.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Emby Companion扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Emby Companion Emby Companion
ID egofcbleniceaoleohckegkeepennpcn
官方URL https://chrome.google.com/webstore/detail/emby-companion/egofcbleniceaoleohckegkeepennpcn
简介 Show unread messages, status, and more for your Emby server.
文件大小 252 KB
安装次数 925
当前版本 1.9.0
更新时间 2016-08-08
上架时间 2016-08-08
评分 4.46/5 共24次评分
开发者 techywarrior
付费类型 free
支持的语言 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"
            ]
        }
    ]
}