TheNextEpisode

TheNextEpisode is your guide for whatever TV series you're watching online.

什么是TheNextEpisode?

TheNextEpisode是由benjyblack开发的Chrome扩展程序,该扩展的主要功能是“TheNextEpisode is your guide for whatever TV series you're watching online.”。

扩展截图

screenshot

下载TheNextEpisode扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 TheNextEpisode TheNextEpisode
ID kjelkffopjkchfimcgjcolcdhjhoenme
官方URL https://chrome.google.com/webstore/detail/thenextepisode/kjelkffopjkchfimcgjcolcdhjhoenme
简介 TheNextEpisode is your guide for whatever TV series you're watching online.
文件大小 719 KB
安装次数 123
当前版本 0.5
更新时间 2013-04-07
上架时间 2013-04-07
评分 5.00/5 共3次评分
开发者 benjyblack
付费类型 free
支持的语言 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"
}