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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        - 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
URL страницы помощи 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": []
}