Move Youtube comments to sidebar

Make the YouTube comments section visible from the sidebar

Vad är Move Youtube comments to sidebar?

Move Youtube comments to sidebar är en Chrome-tillägg utvecklad av yakisova41, och dess huvudfunktion är "Make the YouTube comments section visible from the sidebar".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Move Youtube comments to sidebar-förlängningens CRX-fil

Ladda ner Move Youtube comments to sidebar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Move Youtube comments to sidebar Move Youtube comments to sidebar
ID hnapbpaieifipkfhlfplmgmacjegjhmh
Officiell webbadress https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh
Beskrivning Make the YouTube comments section visible from the sidebar
Filstorlek 10.4 KB
Antal Installationer 79
Aktuell Version 1.0.1
Senast Uppdaterad 2023-04-02
Publiceringsdatum 2023-01-21
Betyg 2.50/5 Totalt 2 Betyg
Utvecklare yakisova41
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}