Next Episode

Progress to the next episode

什么是Next Episode?

Next Episode是由Andreas Lianos开发的Chrome扩展程序,该扩展的主要功能是“Progress to the next episode”。

扩展截图

screenshot

下载Next Episode扩展crx文件

下载Next Episode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Next Episode Next Episode
ID joackfifgkcceimjmnlgeiigbbnaiapb
官方URL https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb
简介 Progress to the next episode
文件大小 12.52 KB
安装次数 28
当前版本 1.0.1
更新时间 2014-06-20
上架时间 2014-06-20
评分 5.00/5 共2次评分
开发者 Andreas Lianos
付费类型 free
支持的语言 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"
    }
}