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.

Vad är jut.su Next-Series?

jut.su Next-Series är en Chrome-tillägg utvecklad av FoPPi, och dess huvudfunktion är "Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner jut.su Next-Series-förlängningens CRX-fil

Ladda ner jut.su Next-Series-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

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

Grundläggande Information om Tillägg

Namn jut.su Next-Series jut.su Next-Series
ID godmnckhgkgojikjpiahppfnmhgkfpjp
Officiell webbadress https://chromewebstore.google.com/detail/jutsu-next-series/godmnckhgkgojikjpiahppfnmhgkfpjp
Beskrivning Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.
Filstorlek 23.18 KB
Antal Installationer 203
Aktuell Version 2.3.0
Senast Uppdaterad 2023-06-04
Publiceringsdatum 2023-05-02
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare FoPPi
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/DenisGas/jut.su_next-series
Hjälpsida URL https://github.com/DenisGas/jut.su_next-series/issues
Stödda Språk 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": []
}