Next Episode

Progress to the next episode

Next Episodeคืออะไร?

Next Episode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andreas Lianos และคุณลักษณะหลักของมันคือ "Progress to the next episode"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Next Episode

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}