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
Eメール [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": []
}