Move Youtube comments to sidebar

Make the YouTube comments section visible from the sidebar

Hvad er Move Youtube comments to sidebar?

Move Youtube comments to sidebar er en Chrome-udvidelse udviklet af yakisova41, og dens hovedfunktion er "Make the YouTube comments section visible from the sidebar".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Move Youtube comments to sidebar-udvidelses-CRX-fil

Download Move Youtube comments to sidebar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Move Youtube comments to sidebar Move Youtube comments to sidebar
ID hnapbpaieifipkfhlfplmgmacjegjhmh
Officiel URL https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh
Beskrivelse Make the YouTube comments section visible from the sidebar
Filstørrelse 10.4 KB
Antal Installationer 79
Nuværende Version 1.0.1
Senest Opdateret 2023-04-02
Udgivelsesdato 2023-01-21
Bedømmelse 2.50/5 Samlet 2 Bedømmelser
Udvikler yakisova41
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}