Emby Companion

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

Emby Companion क्या है?

Emby Companion techywarrior द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show unread messages, status, and more for your Emby server."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Emby Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}