YouTube Channel ID

Displays the ID of YouTube channels

什麼是YouTube Channel ID?

YouTube Channel ID是由hanjisu2215g開發的Chrome擴展程式,該擴展的主要功能是“Displays the ID of YouTube channels”。

擴展截圖

screenshot

下載YouTube Channel ID擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}