My Episode Guide

Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com.

Cos'è My Episode Guide?

My Episode Guide è un'estensione di Chrome sviluppata da https://blog.2m.lt, e la sua funzione principale è "Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione My Episode Guide

Scarica i file di estensione My Episode Guide 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

                        Summary

This extension lets you to gather all your favorite TV shows to one place. You can easily browse a list of shows and see when the next episode of every show is aired. A day counter, which is always seen, shows days remaining until next episode airs.

Version history

1.3
* added auto-complete when typing in new show
* added background auto-refresh
* added show ordering by next episode air date
* fixed many shows unable to be found by the extension                    

Informazioni di Base sull'Estensione

Nome My Episode Guide My Episode Guide
ID jeehkhpiepgmjpbcckdglnfmogadopkj
URL Ufficiale https://chromewebstore.google.com/detail/my-episode-guide/jeehkhpiepgmjpbcckdglnfmogadopkj
Descrizione Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com.
Dimensione del File 136 KB
Conteggio Installazioni 2,393
Versione Corrente 1.3.6
Ultimo Aggiornamento 2012-06-30
Data di Pubblicazione 2012-06-30
Valutazione 3.43/5 Totale 42 Valutazioni
Sviluppatore https://blog.2m.lt
Tipo di Pagamento free
Sito Web dell'Estensione http://www.2m.lt
URL della Pagina di Aiuto https://github.com/2m/my_episode_guide/issues
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Episode Guide",
    "version": "1.3.6",
    "manifest_version": 2,
    "description": "Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/sunglasses.gif",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/www.episodeworld.com\/"
    ],
    "homepage_url": "https:\/\/chrome.google.com\/extensions\/detail\/jeehkhpiepgmjpbcckdglnfmogadopkj?hl=en",
    "options_page": "options.html"
}