YouTube Channel ID

Displays the ID of YouTube channels

Was ist YouTube Channel ID?

YouTube Channel ID ist eine Chrome-Erweiterung, die von hanjisu2215g entwickelt wurde, und ihr Hauptmerkmal ist "Displays the ID of YouTube channels".

Erweiterungsscreenshots

screenshot

YouTube Channel ID-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Channel ID-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name YouTube Channel ID YouTube Channel ID
ID ioajbodddhbeaephmkpkdpfoblgchceb
Offizielle URL https://chromewebstore.google.com/detail/youtube-channel-id/ioajbodddhbeaephmkpkdpfoblgchceb
Beschreibung Displays the ID of YouTube channels
Dateigröße 6.08 KB
Installationsanzahl 12
Aktuelle Version 1.0.1
Letztes Update 2023-05-09
Veröffentlichungsdatum 2023-05-08
Entwickler hanjisu2215g
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}