Next Episode

Progress to the next episode

Next Episode क्या है?

Next Episode Andreas Lianos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Progress to the next episode"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Next Episode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}