MB Upcoming

Displays the latest upcoming episodes in Emby.

ما هو MB Upcoming؟

MB Upcoming هو إضافة Chrome تم تطويرها بواسطة angelblue05، والميزة الرئيسية لها هي "Displays the latest upcoming episodes in Emby.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة MB Upcoming

قم بتنزيل ملفات الامتداد MB Upcoming بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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