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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    ]
}