Jut.su Extension

Jut.su Extension adds new features on top of your favorite Jut.su

What is Jut.su Extension?

Jut.su Extension is a Chrome extension developed by TulparDev, and its main feature is "Jut.su Extension adds new features on top of your favorite Jut.su".

Extension Screenshots

screenshot
screenshot

Download Jut.su Extension Extension CRX File

Download Jut.su Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension for site jut.su

Features:
Automatically plays video 💪
Automatically skips introduction 🔥🔥🔥
Opens next episode 😎
Control video playback rate 🎧
Auto Full-screen 😎😎
Full-screen on "F" press 💻

Please rate extension, to keep having new releases

Open source:
https://github.com/sagynbek/jutsu-extension                    

Extension Basic Information

Name Jut.su Extension Jut.su Extension
ID kcofalbbgkjelaocgeoigacggnbjiecg
Official URL https://chromewebstore.google.com/detail/jutsu-extension/kcofalbbgkjelaocgeoigacggnbjiecg
Description Jut.su Extension adds new features on top of your favorite Jut.su
File Size 19.24 KB
Installation Count 2,223
Current Version 0.8
Last Updated 2021-08-18
Publish Date 2020-12-14
Rating 4.89/5 Total 36 Ratings
Developer TulparDev
Email [email protected]
Payment Type free
Extension Website https://github.com/sagynbek/jutsu-extension
Help Page URL https://github.com/sagynbek/jutsu-extension
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "0.8",
    "author": "Sagynbek Kenzhebaev",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "page_action": {
        "default_title": "Jut.su Extension",
        "default_popup": "ui\/popup\/index.html"
    },
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "background": {
        "persistent": true,
        "page": "background\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.jut.su\/*"
            ],
            "js": [
                "inject\/index.js"
            ],
            "css": [
                "ui\/page.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "ui\/themes\/dark.css",
        "ui\/themes\/default.css",
        "icons\/pip-icon.png"
    ],
    "permissions": [
        "storage",
        "https:\/\/*.jut.su\/*"
    ]
}