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是由FoPPi开发的Chrome扩展程序,该扩展的主要功能是“Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.”。

扩展截图

screenshot
screenshot

下载jut.su Next-Series扩展crx文件

下载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": []
}