Next Episode
Progress to the next episode
Vad är Next Episode?
Next Episode är en Chrome-tillägg utvecklad av Andreas Lianos, och dess huvudfunktion är "Progress to the next episode".
Tilläggsskärmbilder
Ladda ner Next Episode-förlängningens CRX-fil
Ladda ner Next Episode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | joackfifgkcceimjmnlgeiigbbnaiapb |
Officiell webbadress | https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb |
Beskrivning | Progress to the next episode |
Filstorlek | 12.52 KB |
Antal Installationer | 28 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2014-06-20 |
Publiceringsdatum | 2014-06-20 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Andreas Lianos |
Betalningssätt | free |
Stödda Språk | 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" } } |