Move Youtube comments to sidebar

Make the YouTube comments section visible from the sidebar

Move Youtube comments to sidebarคืออะไร?

Move Youtube comments to sidebar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yakisova41 และคุณลักษณะหลักของมันคือ "Make the YouTube comments section visible from the sidebar"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Move Youtube comments to sidebar

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}