TheNextEpisode

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

TheNextEpisode là gì?

TheNextEpisode là một tiện ích mở rộng Chrome được phát triển bởi benjyblack, và tính năng chính của nó là "TheNextEpisode is your guide for whatever TV series you're watching online.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TheNextEpisode

Tải xuống các tệp mở rộng TheNextEpisode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TheNextEpisode TheNextEpisode
ID kjelkffopjkchfimcgjcolcdhjhoenme
URL Chính Thức https://chrome.google.com/webstore/detail/thenextepisode/kjelkffopjkchfimcgjcolcdhjhoenme
Mô tả TheNextEpisode is your guide for whatever TV series you're watching online.
Kích Thước Tệp 719 KB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2013-04-07
Ngày Phát Hành 2013-04-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển benjyblack
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}