Next Episode
Progress to the next episode
Wat is Next Episode?
Next Episode is een Chrome-extensie ontwikkeld door Andreas Lianos, en de belangrijkste functie is "Progress to the next episode".
Extensie Screenshots
Download het CRX-bestand van de extensie Next Episode
Download Next Episode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | joackfifgkcceimjmnlgeiigbbnaiapb |
Officiële URL | https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb |
Beschrijving | Progress to the next episode |
Bestandsgrootte | 12.52 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2014-06-20 |
Publicatiedatum | 2014-06-20 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Andreas Lianos |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |