Jut.su Extension

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

Jut.su Extensionとは何ですか?

Jut.su ExtensionはTulparDevによって開発されたChromeの拡張機能で、その主な機能は「Jut.su Extension adds new features on top of your favorite Jut.su」です。

拡張機能のスクリーンショット

screenshot
screenshot

Jut.su Extension拡張機能のCRXファイルをダウンロード

Jut.su Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Jut.su Extension Jut.su Extension
ID kcofalbbgkjelaocgeoigacggnbjiecg
公式URL https://chromewebstore.google.com/detail/jutsu-extension/kcofalbbgkjelaocgeoigacggnbjiecg
説明 Jut.su Extension adds new features on top of your favorite Jut.su
ファイルサイズ 19.24 KB
インストール数 2,223
現在のバージョン 0.8
最終更新日 2021-08-18
公開日 2020-12-14
評価 4.89/5 合計 36 レビュー
開発者 TulparDev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sagynbek/jutsu-extension
ヘルプページのURL https://github.com/sagynbek/jutsu-extension
対応言語 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\/*"
    ]
}