Move Youtube comments to sidebar

Make the YouTube comments section visible from the sidebar

Wat is Move Youtube comments to sidebar?

Move Youtube comments to sidebar is een Chrome-extensie ontwikkeld door yakisova41, en de belangrijkste functie is "Make the YouTube comments section visible from the sidebar".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Move Youtube comments to sidebar

Download Move Youtube comments to sidebar-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

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

Basisinformatie over de Extensie

Naam Move Youtube comments to sidebar Move Youtube comments to sidebar
ID hnapbpaieifipkfhlfplmgmacjegjhmh
Officiële URL https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh
Beschrijving Make the YouTube comments section visible from the sidebar
Bestandsgrootte 10.4 KB
Aantal Installaties 79
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-04-02
Publicatiedatum 2023-01-21
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar yakisova41
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}