MB Upcoming

Displays the latest upcoming episodes in Emby.

MB Upcomingとは何ですか?

MB Upcomingはangelblue05によって開発されたChromeの拡張機能で、その主な機能は「Displays the latest upcoming episodes in Emby.」です。

拡張機能のスクリーンショット

screenshot

MB Upcoming拡張機能のCRXファイルをダウンロード

MB Upcoming拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 MB Upcoming MB Upcoming
ID gkmioflklmjbliclmdjchelfhlionige
公式URL https://chromewebstore.google.com/detail/mb-upcoming/gkmioflklmjbliclmdjchelfhlionige
説明 Displays the latest upcoming episodes in Emby.
ファイルサイズ 283 KB
インストール数 51
現在のバージョン 0.2.7
最終更新日 2016-03-29
公開日 2016-03-29
評価 5.00/5 合計 6 レビュー
開発者 angelblue05
支払い方法 free
対応言語 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"
    ]
}