MB Upcoming

Displays the latest upcoming episodes in Emby.

O que é MB Upcoming?

MB Upcoming é uma extensão do Chrome desenvolvida por angelblue05, e sua principal característica é "Displays the latest upcoming episodes in Emby.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MB Upcoming

Baixe arquivos de extensão MB Upcoming 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

                        This extension has been created to provide a more convenient way to display your upcoming shows in Emby.

It will let you know when the content is made available in Emby and if you've watched the episode. In addition, you have the option to hide watched episodes or dislike shows to keep your upcoming list shorter.

If you are experiencing issues, please contact me via the Emby post, I will do my best to help you: http://emby.media/community/index.php?/topic/17033-mb-upcoming-new-chrome-extension/?p=165603                    

Informações Básicas da Extensão

Nome MB Upcoming MB Upcoming
ID gkmioflklmjbliclmdjchelfhlionige
URL Oficial https://chromewebstore.google.com/detail/mb-upcoming/gkmioflklmjbliclmdjchelfhlionige
Descrição Displays the latest upcoming episodes in Emby.
Tamanho do Arquivo 283 KB
Contagem de Instalações 51
Versão Atual 0.2.7
Última Atualização 2016-03-29
Data de Publicação 2016-03-29
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor angelblue05
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MB Upcoming",
    "short_name": "MBU",
    "version": "0.2.7",
    "background": {
        "scripts": [
            "js\/jquery-2.1.1.min.js",
            "js\/common.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "description": "Displays the latest upcoming episodes in Emby.",
    "author": "angelblue05",
    "icons": {
        "128": "Icons\/Icon_128.png",
        "48": "Icons\/Icon_48.png",
        "19": "Icons\/Icon_19.png"
    },
    "browser_action": {
        "default_icon": "Icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}