Komado for YouTube

Show mini player when scrolling on YouTube

What is Komado for YouTube?

Komado for YouTube is a Chrome extension developed by mkizka, and its main feature is "Show mini player when scrolling on YouTube".

Extension Screenshots

screenshot

Download Komado for YouTube Extension CRX File

Download Komado for YouTube 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

                        This extension has only one function. Very simple!

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

Extension Basic Information

Name Komado for YouTube Komado for YouTube
ID njnjbpmcgffckgidchbadfbkeghnffnh
Official URL https://chromewebstore.google.com/detail/komado-for-youtube/njnjbpmcgffckgidchbadfbkeghnffnh
Description Show mini player when scrolling on YouTube
File Size 77.87 KB
Installation Count 63
Current Version 2.1.2
Last Updated 2024-01-22
Publish Date 2021-08-12
Rating 5.00/5 Total 1 Ratings
Developer mkizka
Email [email protected]
Payment Type free
Extension Website https://github.com/mkizka/youtube-komado
Supported Languages 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
        }
    ]
}