Komado for YouTube

Show mini player when scrolling on YouTube

Cos'è Komado for YouTube?

Komado for YouTube è un'estensione di Chrome sviluppata da mkizka, e la sua funzione principale è "Show mini player when scrolling on YouTube".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Komado for YouTube

Scarica i file di estensione Komado for YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension has only one function. Very simple!

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

Informazioni di Base sull'Estensione

Nome Komado for YouTube Komado for YouTube
ID njnjbpmcgffckgidchbadfbkeghnffnh
URL Ufficiale https://chromewebstore.google.com/detail/komado-for-youtube/njnjbpmcgffckgidchbadfbkeghnffnh
Descrizione Show mini player when scrolling on YouTube
Dimensione del File 77.87 KB
Conteggio Installazioni 63
Versione Corrente 2.1.2
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2021-08-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore mkizka
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mkizka/youtube-komado
Lingue Supportate 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
        }
    ]
}