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.

Was ist My Episode Guide?

My Episode Guide ist eine Chrome-Erweiterung, die von https://blog.2m.lt entwickelt wurde, und ihr Hauptmerkmal ist "Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

My Episode Guide-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Episode Guide-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name My Episode Guide My Episode Guide
ID jeehkhpiepgmjpbcckdglnfmogadopkj
Offizielle URL https://chromewebstore.google.com/detail/my-episode-guide/jeehkhpiepgmjpbcckdglnfmogadopkj
Beschreibung Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com.
Dateigröße 136 KB
Installationsanzahl 2,393
Aktuelle Version 1.3.6
Letztes Update 2012-06-30
Veröffentlichungsdatum 2012-06-30
Bewertung 3.43/5 Insgesamt 42 Bewertungen
Entwickler https://blog.2m.lt
Zahlungsart free
Erweiterungswebsite http://www.2m.lt
Hilfeseite URL https://github.com/2m/my_episode_guide/issues
Unterstützte Sprachen 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"
}