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 là gì?

jut.su Next-Series là một tiện ích mở rộng Chrome được phát triển bởi FoPPi, và tính năng chính của nó là "Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng jut.su Next-Series

Tải xuống các tệp mở rộng jut.su Next-Series dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên jut.su Next-Series jut.su Next-Series
ID godmnckhgkgojikjpiahppfnmhgkfpjp
URL Chính Thức https://chromewebstore.google.com/detail/jutsu-next-series/godmnckhgkgojikjpiahppfnmhgkfpjp
Mô tả Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.
Kích Thước Tệp 23.18 KB
Số Lần Cài Đặt 203
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2023-06-04
Ngày Phát Hành 2023-05-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển FoPPi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/DenisGas/jut.su_next-series
URL Trang Trợ Giúp https://github.com/DenisGas/jut.su_next-series/issues
Ngôn Ngữ Được Hỗ Trợ 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": []
}