Move Youtube comments to sidebar

Make the YouTube comments section visible from the sidebar

Cos'è Move Youtube comments to sidebar?

Move Youtube comments to sidebar è un'estensione di Chrome sviluppata da yakisova41, e la sua funzione principale è "Make the YouTube comments section visible from the sidebar".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Move Youtube comments to sidebar

Scarica i file di estensione Move Youtube comments to sidebar 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

                        Enable to switch position of YouTube comment section between sidebar and standard position                    

Informazioni di Base sull'Estensione

Nome Move Youtube comments to sidebar Move Youtube comments to sidebar
ID hnapbpaieifipkfhlfplmgmacjegjhmh
URL Ufficiale https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh
Descrizione Make the YouTube comments section visible from the sidebar
Dimensione del File 10.4 KB
Conteggio Installazioni 79
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-04-02
Data di Pubblicazione 2023-01-21
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore yakisova41
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "short_name": "mycs",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "__MSG_Description__",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "embed.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}