Komado for YouTube

Show mini player when scrolling on YouTube

Komado for YouTubeとは何ですか?

Komado for YouTubeはmkizkaによって開発されたChromeの拡張機能で、その主な機能は「Show mini player when scrolling on YouTube」です。

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

screenshot

Komado for YouTube拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension has only one function. Very simple!

Almost no configuration. You can use it right after installation.                    

拡張機能の基本情報

名前 Komado for YouTube Komado for YouTube
ID njnjbpmcgffckgidchbadfbkeghnffnh
公式URL https://chromewebstore.google.com/detail/komado-for-youtube/njnjbpmcgffckgidchbadfbkeghnffnh
説明 Show mini player when scrolling on YouTube
ファイルサイズ 77.87 KB
インストール数 63
現在のバージョン 2.1.2
最終更新日 2024-01-22
公開日 2021-08-12
評価 5.00/5 合計 1 レビュー
開発者 mkizka
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mkizka/youtube-komado
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2.1.2",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.contentscript.ts.77081717.c73bfe64.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "assets\/contentscript.91f65d37.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "assets\/contentscript.ts.77081717.js"
            ],
            "use_dynamic_url": true
        }
    ]
}