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