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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}