Komado for YouTube

Show mini player when scrolling on YouTube

Wat is Komado for YouTube?

Komado for YouTube is een Chrome-extensie ontwikkeld door mkizka, en de belangrijkste functie is "Show mini player when scrolling on YouTube".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Komado for YouTube

Download Komado for YouTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension has only one function. Very simple!

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

Basisinformatie over de Extensie

Naam Komado for YouTube Komado for YouTube
ID njnjbpmcgffckgidchbadfbkeghnffnh
Officiële URL https://chromewebstore.google.com/detail/komado-for-youtube/njnjbpmcgffckgidchbadfbkeghnffnh
Beschrijving Show mini player when scrolling on YouTube
Bestandsgrootte 77.87 KB
Aantal Installaties 63
Huidige Versie 2.1.2
Laatst Bijgewerkt 2024-01-22
Publicatiedatum 2021-08-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar mkizka
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mkizka/youtube-komado
Ondersteunde Talen 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
        }
    ]
}