Next Episode

Progress to the next episode

Qu'est-ce que Next Episode ?

Next Episode est une extension Chrome développée par Andreas Lianos, et sa fonction principale est "Progress to the next episode".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Next Episode

Téléchargez les fichiers d'extension Next Episode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Next Episode Next Episode
ID joackfifgkcceimjmnlgeiigbbnaiapb
URL Officiel https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb
Description Progress to the next episode
Taille du Fichier 12.52 KB
Nombre d'Installations 28
Version Actuelle 1.0.1
Dernière Mise à Jour 2014-06-20
Date de Publication 2014-06-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur Andreas Lianos
Type de Paiement free
Langues Prises en Charge 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"
    }
}