YouTube Channel ID
Displays the ID of YouTube channels
Hvad er YouTube Channel ID?
YouTube Channel ID er en Chrome-udvidelse udviklet af hanjisu2215g, og dens hovedfunktion er "Displays the ID of YouTube channels".
Udvidelsesskærmbilleder
Download YouTube Channel ID-udvidelses-CRX-fil
Download YouTube Channel ID-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Displays the ID of YouTube channels Click the label to copy the ID in your clipboard
Grundlæggende oplysninger om udvidelsen
Navn | YouTube Channel ID |
ID | ioajbodddhbeaephmkpkdpfoblgchceb |
Officiel URL | https://chromewebstore.google.com/detail/youtube-channel-id/ioajbodddhbeaephmkpkdpfoblgchceb |
Beskrivelse | Displays the ID of YouTube channels |
Filstørrelse | 6.08 KB |
Antal Installationer | 12 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2023-05-09 |
Udgivelsesdato | 2023-05-08 |
Udvikler | hanjisu2215g |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |