Komado for YouTube

Show mini player when scrolling on YouTube

Komado for YouTubeคืออะไร?

Komado for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mkizka และคุณลักษณะหลักของมันคือ "Show mini player when scrolling on YouTube"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Komado for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}