Next Episode
Progress to the next episode
Hvad er Next Episode?
Next Episode er en Chrome-udvidelse udviklet af Andreas Lianos, og dens hovedfunktion er "Progress to the next episode".
Udvidelsesskærmbilleder
Download Next Episode-udvidelses-CRX-fil
Download Next Episode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | joackfifgkcceimjmnlgeiigbbnaiapb |
Officiel URL | https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb |
Beskrivelse | Progress to the next episode |
Filstørrelse | 12.52 KB |
Antal Installationer | 28 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2014-06-20 |
Udgivelsesdato | 2014-06-20 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Andreas Lianos |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |