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.

What is My Episode Guide?

My Episode Guide is a Chrome extension developed by https://blog.2m.lt, and its main feature is "Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com.".

Extension Screenshots

screenshot
screenshot
screenshot

Download My Episode Guide Extension CRX File

Download My Episode Guide extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name My Episode Guide My Episode Guide
ID jeehkhpiepgmjpbcckdglnfmogadopkj
Official URL 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.
File Size 136 KB
Installation Count 2,393
Current Version 1.3.6
Last Updated 2012-06-30
Publish Date 2012-06-30
Rating 3.43/5 Total 42 Ratings
Developer https://blog.2m.lt
Payment Type free
Extension Website http://www.2m.lt
Help Page URL https://github.com/2m/my_episode_guide/issues
Supported Languages 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"
}