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 to jest jut.su Next-Series?

jut.su Next-Series to rozszerzenie Chrome opracowane przez FoPPi, a jego główną funkcją jest „Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia jut.su Next-Series

Pobierz pliki rozszerzeń jut.su Next-Series 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

                        - Automatically plays video ✌️
- Automatically skip anime intro 🔥
- Open next episode 🤩
- One click to FullScreen(Overlay) 👍                    

Podstawowe informacje o rozszerzeniu

Nazwa jut.su Next-Series jut.su Next-Series
ID godmnckhgkgojikjpiahppfnmhgkfpjp
Oficjalny URL https://chromewebstore.google.com/detail/jutsu-next-series/godmnckhgkgojikjpiahppfnmhgkfpjp
Opis Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.
Rozmiar pliku 23.18 KB
Liczba instalacji 203
Aktualna Wersja 2.3.0
Ostatnia Aktualizacja 2023-06-04
Data Publikacji 2023-05-02
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper FoPPi
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/DenisGas/jut.su_next-series
Adres URL Strony Pomocy https://github.com/DenisGas/jut.su_next-series/issues
Obsługiwane Języki 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": []
}