MB Upcoming
Displays the latest upcoming episodes in Emby.
Vad är MB Upcoming?
MB Upcoming är en Chrome-tillägg utvecklad av angelblue05, och dess huvudfunktion är "Displays the latest upcoming episodes in Emby.".
Tilläggsskärmbilder
Ladda ner MB Upcoming-förlängningens CRX-fil
Ladda ner MB Upcoming-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | MB Upcoming |
ID | gkmioflklmjbliclmdjchelfhlionige |
Officiell webbadress | https://chromewebstore.google.com/detail/mb-upcoming/gkmioflklmjbliclmdjchelfhlionige |
Beskrivning | Displays the latest upcoming episodes in Emby. |
Filstorlek | 283 KB |
Antal Installationer | 51 |
Aktuell Version | 0.2.7 |
Senast Uppdaterad | 2016-03-29 |
Publiceringsdatum | 2016-03-29 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | angelblue05 |
Betalningssätt | free |
Stödda Språk | 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" ] } |