Emby Companion

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

Emby Companion là gì?

Emby Companion là một tiện ích mở rộng Chrome được phát triển bởi techywarrior, và tính năng chính của nó là "Show unread messages, status, and more for your Emby server.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Emby Companion

Tải xuống các tệp mở rộng Emby Companion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Emby Companion Emby Companion
ID egofcbleniceaoleohckegkeepennpcn
URL Chính Thức https://chrome.google.com/webstore/detail/emby-companion/egofcbleniceaoleohckegkeepennpcn
Mô tả Show unread messages, status, and more for your Emby server.
Kích Thước Tệp 252 KB
Số Lần Cài Đặt 925
Phiên Bản Hiện Tại 1.9.0
Cập Nhật Lần Cuối 2016-08-08
Ngày Phát Hành 2016-08-08
Đánh Giá 4.46/5 Tổng số 24 Đánh Giá
Nhà Phát Triển techywarrior
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}