YouTube Channel ID
Displays the ID of YouTube channels
O que é YouTube Channel ID?
YouTube Channel ID é uma extensão do Chrome desenvolvida por hanjisu2215g, e sua principal característica é "Displays the ID of YouTube channels".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Channel ID
Baixe arquivos de extensão YouTube Channel ID no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Displays the ID of YouTube channels Click the label to copy the ID in your clipboard
Informações Básicas da Extensão
Nome | YouTube Channel ID |
ID | ioajbodddhbeaephmkpkdpfoblgchceb |
URL Oficial | https://chromewebstore.google.com/detail/youtube-channel-id/ioajbodddhbeaephmkpkdpfoblgchceb |
Descrição | Displays the ID of YouTube channels |
Tamanho do Arquivo | 6.08 KB |
Contagem de Instalações | 12 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-05-09 |
Data de Publicação | 2023-05-08 |
Desenvolvedor | hanjisu2215g |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |