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.

Apa itu jut.su Next-Series?

jut.su Next-Series adalah ekstensi Chrome yang dikembangkan oleh FoPPi, dan fitur utamanya adalah "Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi jut.su Next-Series

Unduh file ekstensi jut.su Next-Series dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama jut.su Next-Series jut.su Next-Series
ID godmnckhgkgojikjpiahppfnmhgkfpjp
URL Resmi https://chromewebstore.google.com/detail/jutsu-next-series/godmnckhgkgojikjpiahppfnmhgkfpjp
Deskripsi Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.
Ukuran File 23.18 KB
Jumlah Instalasi 203
Versi Saat Ini 2.3.0
Terakhir Diperbarui 2023-06-04
Tanggal Publikasi 2023-05-02
Penilaian 5.00/5 Total 3 Penilaian
Pengembang FoPPi
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/DenisGas/jut.su_next-series
URL Halaman Bantuan https://github.com/DenisGas/jut.su_next-series/issues
Bahasa yang Didukung 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": []
}