YouTube Channel ID

Displays the ID of YouTube channels

Apa itu YouTube Channel ID?

YouTube Channel ID adalah ekstensi Chrome yang dikembangkan oleh hanjisu2215g, dan fitur utamanya adalah "Displays the ID of YouTube channels".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube Channel ID

Unduh file ekstensi YouTube Channel ID dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama YouTube Channel ID YouTube Channel ID
ID ioajbodddhbeaephmkpkdpfoblgchceb
URL Resmi https://chromewebstore.google.com/detail/youtube-channel-id/ioajbodddhbeaephmkpkdpfoblgchceb
Deskripsi Displays the ID of YouTube channels
Ukuran File 6.08 KB
Jumlah Instalasi 12
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-05-09
Tanggal Publikasi 2023-05-08
Pengembang hanjisu2215g
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}