Emby Companion

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

Qu'est-ce que Emby Companion ?

Emby Companion est une extension Chrome développée par techywarrior, et sa fonction principale est "Show unread messages, status, and more for your Emby server.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Emby Companion

Téléchargez les fichiers d'extension Emby Companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Emby Companion Emby Companion
ID egofcbleniceaoleohckegkeepennpcn
URL Officiel https://chrome.google.com/webstore/detail/emby-companion/egofcbleniceaoleohckegkeepennpcn
Description Show unread messages, status, and more for your Emby server.
Taille du Fichier 252 KB
Nombre d'Installations 925
Version Actuelle 1.9.0
Dernière Mise à Jour 2016-08-08
Date de Publication 2016-08-08
Évaluation 4.46/5 Total 24 Évaluations
Développeur techywarrior
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}