MB Upcoming
Displays the latest upcoming episodes in Emby.
Cos'è MB Upcoming?
MB Upcoming è un'estensione di Chrome sviluppata da angelblue05, e la sua funzione principale è "Displays the latest upcoming episodes in Emby.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MB Upcoming
Scarica i file di estensione MB Upcoming in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | MB Upcoming |
ID | gkmioflklmjbliclmdjchelfhlionige |
URL Ufficiale | https://chromewebstore.google.com/detail/mb-upcoming/gkmioflklmjbliclmdjchelfhlionige |
Descrizione | Displays the latest upcoming episodes in Emby. |
Dimensione del File | 283 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 0.2.7 |
Ultimo Aggiornamento | 2016-03-29 |
Data di Pubblicazione | 2016-03-29 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | angelblue05 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |