Next Episode
Progress to the next episode
O que é Next Episode?
Next Episode é uma extensão do Chrome desenvolvida por Andreas Lianos, e sua principal característica é "Progress to the next episode".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Next Episode
Baixe arquivos de extensão Next Episode 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
When you are watching TV series online, it attempts to progress you to the next episode. All in all it saves you the tedious task of changing the episode number in the url yourself. Only works with sites that mention the episode number in the url. Once installed, you'll just see a green arrow next to the url bar.
Informações Básicas da Extensão
Nome | |
ID | joackfifgkcceimjmnlgeiigbbnaiapb |
URL Oficial | https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb |
Descrição | Progress to the next episode |
Tamanho do Arquivo | 12.52 KB |
Contagem de Instalações | 28 |
Versão Atual | 1.0.1 |
Última Atualização | 2014-06-20 |
Data de Publicação | 2014-06-20 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Andreas Lianos |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Next Episode", "description": "Progress to the next episode", "version": "1.0.1", "author": "Andreas Lianos", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_title": "NextEpisode" } } |