Next Episode
Progress to the next episode
Cos'è Next Episode?
Next Episode è un'estensione di Chrome sviluppata da Andreas Lianos, e la sua funzione principale è "Progress to the next episode".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Next Episode
Scarica i file di estensione Next Episode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | joackfifgkcceimjmnlgeiigbbnaiapb |
URL Ufficiale | https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb |
Descrizione | Progress to the next episode |
Dimensione del File | 12.52 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-06-20 |
Data di Pubblicazione | 2014-06-20 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Andreas Lianos |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |