Next Episode
Progress to the next episode
Co je Next Episode?
Next Episode je rozšíření Chrome vyvinuté Andreas Lianos, a jeho hlavní funkcí je „Progress to the next episode“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Next Episode
Stáhněte si soubory rozšíření Next Episode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | joackfifgkcceimjmnlgeiigbbnaiapb |
Oficiální URL | https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb |
Popis | Progress to the next episode |
Velikost souboru | 12.52 KB |
Počet instalací | 28 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2014-06-20 |
Datum Vydání | 2014-06-20 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Andreas Lianos |
Typ Platby | free |
Podporované Jazyky | 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" } } |