Komado for YouTube

Show mini player when scrolling on YouTube

Komado for YouTube là gì?

Komado for YouTube là một tiện ích mở rộng Chrome được phát triển bởi mkizka, và tính năng chính của nó là "Show mini player when scrolling on YouTube".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Komado for YouTube

Tải xuống các tệp mở rộng Komado for YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension has only one function. Very simple!

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Komado for YouTube Komado for YouTube
ID njnjbpmcgffckgidchbadfbkeghnffnh
URL Chính Thức https://chromewebstore.google.com/detail/komado-for-youtube/njnjbpmcgffckgidchbadfbkeghnffnh
Mô tả Show mini player when scrolling on YouTube
Kích Thước Tệp 77.87 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2021-08-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mkizka
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mkizka/youtube-komado
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}