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.

ما هو jut.su Next-Series؟

jut.su Next-Series هو إضافة Chrome تم تطويرها بواسطة FoPPi، والميزة الرئيسية لها هي "Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة jut.su Next-Series

قم بتنزيل ملفات الامتداد jut.su Next-Series بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم jut.su Next-Series jut.su Next-Series
ID godmnckhgkgojikjpiahppfnmhgkfpjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/jutsu-next-series/godmnckhgkgojikjpiahppfnmhgkfpjp
الوصف Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.
حجم الملف 23.18 KB
عدد التثبيتات 203
النسخة الحالية 2.3.0
آخر تحديث 2023-06-04
تاريخ النشر 2023-05-02
تقييم 5.00/5 مجموع تقييمات 3
المطور FoPPi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/DenisGas/jut.su_next-series
عنوان صفحة المساعدة https://github.com/DenisGas/jut.su_next-series/issues
اللغات المدعومة 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": []
}