YouTube Tags
The extension to view the tags of any YouTube video
O que é YouTube Tags?
YouTube Tags é uma extensão do Chrome desenvolvida por Ali Gasymov, e sua principal característica é "The extension to view the tags of any YouTube video".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Tags
Baixe arquivos de extensão YouTube Tags 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
Browse the tags of any YouTube video with the YouTube Tags. Use your browser as before, because the extension for viewing tags from YouTube video does not affect its performance. Note: don't forget to reload the YouTube page after installing the extension.
Informações Básicas da Extensão
Nome | YouTube Tags |
ID | fffiogeaioiinfekkflcfebaoiohkkgp |
URL Oficial | https://chromewebstore.google.com/detail/youtube-tags/fffiogeaioiinfekkflcfebaoiohkkgp |
Descrição | The extension to view the tags of any YouTube video |
Tamanho do Arquivo | 58.69 KB |
Contagem de Instalações | 79,276 |
Versão Atual | 7.0.3 |
Última Atualização | 2023-10-09 |
Data de Publicação | 2020-06-21 |
Classificação | 4.58/5 Total de 158 Avaliações |
Desenvolvedor | Ali Gasymov |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.gasymov.com/privacy-policy/youtube-tags |
Idiomas Suportados | de,en,en-GB,en-US,fr,es,pt-BR,pt-PT,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "7.0.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png", "512": "images\/icon-512.png" }, "author": "alik0211", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ] } ], "permissions": [ "alarms", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "background": { "service_worker": "js\/background.js" } } |