Next Episode
Progress to the next episode
Was ist Next Episode?
Next Episode ist eine Chrome-Erweiterung, die von Andreas Lianos entwickelt wurde, und ihr Hauptmerkmal ist "Progress to the next episode".
Erweiterungsscreenshots
Next Episode-Erweiterungs-CRX-Datei herunterladen
Laden Sie Next Episode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | joackfifgkcceimjmnlgeiigbbnaiapb |
Offizielle URL | https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb |
Beschreibung | Progress to the next episode |
Dateigröße | 12.52 KB |
Installationsanzahl | 28 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2014-06-20 |
Veröffentlichungsdatum | 2014-06-20 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Andreas Lianos |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |