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
电子邮箱 [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
        }
    ]
}