YouTube Channel ID

Displays the ID of YouTube channels

YouTube Channel IDคืออะไร?

YouTube Channel ID เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hanjisu2215g และคุณลักษณะหลักของมันคือ "Displays the ID of YouTube channels"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Channel ID

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Channel ID ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Displays the ID of YouTube channels
Click the label to copy the ID in your clipboard                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube Channel ID YouTube Channel ID
ID ioajbodddhbeaephmkpkdpfoblgchceb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-channel-id/ioajbodddhbeaephmkpkdpfoblgchceb
คำอธิบาย Displays the ID of YouTube channels
ขนาดไฟล์ 6.08 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-05-09
วันที่เผยแพร่ 2023-05-08
ผู้พัฒนา hanjisu2215g
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Channel ID",
    "description": "Displays the ID of YouTube channels",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/@*",
                "https:\/\/www.youtube.com\/channel\/*"
            ],
            "js": [
                ".\/dist\/content.js"
            ]
        }
    ]
}