YouTube Channel ID

Displays the ID of YouTube channels

What is YouTube Channel ID?

YouTube Channel ID is a Chrome extension developed by hanjisu2215g, and its main feature is "Displays the ID of YouTube channels".

Extension Screenshots

screenshot

Download YouTube Channel ID Extension CRX File

Download YouTube Channel ID extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube Channel ID YouTube Channel ID
ID ioajbodddhbeaephmkpkdpfoblgchceb
Official URL https://chromewebstore.google.com/detail/youtube-channel-id/ioajbodddhbeaephmkpkdpfoblgchceb
Description Displays the ID of YouTube channels
File Size 6.08 KB
Installation Count 12
Current Version 1.0.1
Last Updated 2023-05-09
Publish Date 2023-05-08
Developer hanjisu2215g
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}