jut.su Next-Series
Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.
Co je jut.su Next-Series?
jut.su Next-Series je rozšíření Chrome vyvinuté FoPPi, a jeho hlavní funkcí je „Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření jut.su Next-Series
Stáhněte si soubory rozšíření jut.su Next-Series 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í
- Automatically plays video ✌️ - Automatically skip anime intro 🔥 - Open next episode 🤩 - One click to FullScreen(Overlay) 👍
Základní Informace o Rozšíření
Název | jut.su Next-Series |
ID | godmnckhgkgojikjpiahppfnmhgkfpjp |
Oficiální URL | https://chromewebstore.google.com/detail/jutsu-next-series/godmnckhgkgojikjpiahppfnmhgkfpjp |
Popis | Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series. |
Velikost souboru | 23.18 KB |
Počet instalací | 203 |
Aktuální Verze | 2.3.0 |
Poslední Aktualizace | 2023-06-04 |
Datum Vydání | 2023-05-02 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | FoPPi |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/DenisGas/jut.su_next-series |
URL Stránky Nápovědy | https://github.com/DenisGas/jut.su_next-series/issues |
Podporované Jazyky | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "jut.su Next-Series", "description": "Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.", "version": "2.3.0", "manifest_version": 3, "icons": { "16": ".\/icons\/16.png", "32": ".\/icons\/32.png", "48": ".\/icons\/48.png", "128": ".\/icons\/128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ ".\/main.js" ], "matches": [ "https:\/\/jut.su\/*" ] } ], "background": [] } |