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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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