Move Youtube comments to sidebar

Make the YouTube comments section visible from the sidebar

什麼是Move Youtube comments to sidebar?

Move Youtube comments to sidebar是由yakisova41開發的Chrome擴展程式,該擴展的主要功能是“Make the YouTube comments section visible from the sidebar”。

擴展截圖

screenshot
screenshot

下載Move Youtube comments to sidebar擴展crx文件

下載Move Youtube comments to sidebar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Move Youtube comments to sidebar Move Youtube comments to sidebar
ID hnapbpaieifipkfhlfplmgmacjegjhmh
官方網址 https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh
簡介 Make the YouTube comments section visible from the sidebar
檔案大小 10.4 KB
安裝次數 79
目前版本 1.0.1
更新時間 2023-04-02
上架時間 2023-01-21
評分 2.50/5 共 2 次評分
開發者 yakisova41
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}