Next Episode
Progress to the next episode
Co to jest Next Episode?
Next Episode to rozszerzenie Chrome opracowane przez Andreas Lianos, a jego główną funkcją jest „Progress to the next episode”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Next Episode
Pobierz pliki rozszerzeń Next Episode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | joackfifgkcceimjmnlgeiigbbnaiapb |
Oficjalny URL | https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb |
Opis | Progress to the next episode |
Rozmiar pliku | 12.52 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2014-06-20 |
Data Publikacji | 2014-06-20 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Andreas Lianos |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |