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
公式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
Eメール [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"
            ]
        }
    ]
}