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.

Qu'est-ce que My Episode Guide ?

My Episode Guide est une extension Chrome développée par https://blog.2m.lt, et sa fonction principale est "Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension My Episode Guide

Téléchargez les fichiers d'extension My Episode Guide au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom My Episode Guide My Episode Guide
ID jeehkhpiepgmjpbcckdglnfmogadopkj
URL Officiel https://chromewebstore.google.com/detail/my-episode-guide/jeehkhpiepgmjpbcckdglnfmogadopkj
Description Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com.
Taille du Fichier 136 KB
Nombre d'Installations 2,393
Version Actuelle 1.3.6
Dernière Mise à Jour 2012-06-30
Date de Publication 2012-06-30
Évaluation 3.43/5 Total 42 Évaluations
Développeur https://blog.2m.lt
Type de Paiement free
Site Web de l'Extension http://www.2m.lt
URL de la Page d'Aide https://github.com/2m/my_episode_guide/issues
Langues Prises en Charge 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"
}