YouTube Channel ID
Displays the ID of YouTube channels
Wat is YouTube Channel ID?
YouTube Channel ID is een Chrome-extensie ontwikkeld door hanjisu2215g, en de belangrijkste functie is "Displays the ID of YouTube channels".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Channel ID
Download YouTube Channel ID-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Displays the ID of YouTube channels Click the label to copy the ID in your clipboard
Basisinformatie over de Extensie
Naam | YouTube Channel ID |
ID | ioajbodddhbeaephmkpkdpfoblgchceb |
Officiële URL | https://chromewebstore.google.com/detail/youtube-channel-id/ioajbodddhbeaephmkpkdpfoblgchceb |
Beschrijving | Displays the ID of YouTube channels |
Bestandsgrootte | 6.08 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-05-09 |
Publicatiedatum | 2023-05-08 |
Ontwikkelaar | hanjisu2215g |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |