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.
O que é My Episode Guide?
My Episode Guide é uma extensão do Chrome desenvolvida por https://blog.2m.lt, e sua principal característica é "Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão My Episode Guide
Baixe arquivos de extensão My Episode Guide no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | My Episode Guide |
ID | jeehkhpiepgmjpbcckdglnfmogadopkj |
URL Oficial | https://chromewebstore.google.com/detail/my-episode-guide/jeehkhpiepgmjpbcckdglnfmogadopkj |
Descrição | Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com. |
Tamanho do Arquivo | 136 KB |
Contagem de Instalações | 2,393 |
Versão Atual | 1.3.6 |
Última Atualização | 2012-06-30 |
Data de Publicação | 2012-06-30 |
Classificação | 3.43/5 Total de 42 Avaliações |
Desenvolvedor | https://blog.2m.lt |
Tipo de Pagamento | free |
Site da Extensão | http://www.2m.lt |
URL da Página de Ajuda | https://github.com/2m/my_episode_guide/issues |
Idiomas Suportados | 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" } |