TheNextEpisode
TheNextEpisode is your guide for whatever TV series you're watching online.
Cos'è TheNextEpisode?
TheNextEpisode è un'estensione di Chrome sviluppata da benjyblack, e la sua funzione principale è "TheNextEpisode is your guide for whatever TV series you're watching online.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TheNextEpisode
Scarica i file di estensione TheNextEpisode 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
TheNextEpisode is an interactive guide for whatever (public domain, of course) TV series you are watching on 1channel.ch. After you choose an episode on 1channel, the guide will gather information on every other episode available for that series. When you click TheNextEpisode button on your browser, you will be presented with a list, sorted by view count, of all the links available for the next episode. You can also navigate to any other episode from the guide.
Informazioni di Base sull'Estensione
Nome | |
ID | kjelkffopjkchfimcgjcolcdhjhoenme |
URL Ufficiale | https://chrome.google.com/webstore/detail/thenextepisode/kjelkffopjkchfimcgjcolcdhjhoenme |
Descrizione | TheNextEpisode is your guide for whatever TV series you're watching online. |
Dimensione del File | 719 KB |
Conteggio Installazioni | 123 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2013-04-07 |
Data di Pubblicazione | 2013-04-07 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | benjyblack |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "browser_action": { "default_icon": "fastforward.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/loader.gif" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "TheNextEpisode is your guide for whatever TV series you're watching online.", "background": { "page": "background.html" }, "name": "TheNextEpisode", "permissions": [ "http:\/\/*.1channel.ch\/" ], "content_scripts": [ { "matches": [ "http:\/\/*.1channel.ch\/*" ], "js": [ "js\/jquery.js", "js\/1channel.js" ], "img": [ "img\/loader.gif" ], "run_at": "document_start", "css": [ "css\/1channel.css" ] } ], "manifest_version": 2, "version": "0.5" } |