YouTube Channel ID

Displays the ID of YouTube channels

Cos'è YouTube Channel ID?

YouTube Channel ID è un'estensione di Chrome sviluppata da hanjisu2215g, e la sua funzione principale è "Displays the ID of YouTube channels".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Channel ID

Scarica i file di estensione YouTube Channel ID in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome YouTube Channel ID YouTube Channel ID
ID ioajbodddhbeaephmkpkdpfoblgchceb
URL Ufficiale https://chromewebstore.google.com/detail/youtube-channel-id/ioajbodddhbeaephmkpkdpfoblgchceb
Descrizione Displays the ID of YouTube channels
Dimensione del File 6.08 KB
Conteggio Installazioni 12
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-05-09
Data di Pubblicazione 2023-05-08
Sviluppatore hanjisu2215g
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}