MB Upcoming
Displays the latest upcoming episodes in Emby.
什麼是MB Upcoming?
MB Upcoming是由angelblue05開發的Chrome擴展程式,該擴展的主要功能是“Displays the latest upcoming episodes in Emby.”。
擴展截圖
下載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 |
ID | gkmioflklmjbliclmdjchelfhlionige |
官方網址 | 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" ] } |