Next Episode

Progress to the next episode

Apa itu Next Episode?

Next Episode adalah ekstensi Chrome yang dikembangkan oleh Andreas Lianos, dan fitur utamanya adalah "Progress to the next episode".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Next Episode

Unduh file ekstensi Next Episode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Next Episode Next Episode
ID joackfifgkcceimjmnlgeiigbbnaiapb
URL Resmi https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb
Deskripsi Progress to the next episode
Ukuran File 12.52 KB
Jumlah Instalasi 28
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2014-06-20
Tanggal Publikasi 2014-06-20
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Andreas Lianos
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}