Next Episode

Progress to the next episode

Next Episode là gì?

Next Episode là một tiện ích mở rộng Chrome được phát triển bởi Andreas Lianos, và tính năng chính của nó là "Progress to the next episode".

Ả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 Next Episode

Tải xuống các tệp mở rộng Next Episode 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

                        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.                    

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

Tên Next Episode Next Episode
ID joackfifgkcceimjmnlgeiigbbnaiapb
URL Chính Thức https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb
Mô tả Progress to the next episode
Kích Thước Tệp 12.52 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-06-20
Ngày Phát Hành 2014-06-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Andreas Lianos
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}