Move Youtube comments to sidebar

Make the YouTube comments section visible from the sidebar

Qu'est-ce que Move Youtube comments to sidebar ?

Move Youtube comments to sidebar est une extension Chrome développée par yakisova41, et sa fonction principale est "Make the YouTube comments section visible from the sidebar".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Move Youtube comments to sidebar

Téléchargez les fichiers d'extension Move Youtube comments to sidebar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Move Youtube comments to sidebar Move Youtube comments to sidebar
ID hnapbpaieifipkfhlfplmgmacjegjhmh
URL Officiel https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh
Description Make the YouTube comments section visible from the sidebar
Taille du Fichier 10.4 KB
Nombre d'Installations 79
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-04-02
Date de Publication 2023-01-21
Évaluation 2.50/5 Total 2 Évaluations
Développeur yakisova41
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}