Next Episode

Progress to the next episode

What is Next Episode?

Next Episode is a Chrome extension developed by Andreas Lianos, and its main feature is "Progress to the next episode".

Extension Screenshots

screenshot

Download Next Episode Extension CRX File

Download Next Episode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Next Episode Next Episode
ID joackfifgkcceimjmnlgeiigbbnaiapb
Official URL https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb
Description Progress to the next episode
File Size 12.52 KB
Installation Count 28
Current Version 1.0.1
Last Updated 2014-06-20
Publish Date 2014-06-20
Rating 5.00/5 Total 2 Ratings
Developer Andreas Lianos
Payment Type free
Supported Languages 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"
    }
}