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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}