Tag Snag
Automatically snag all of your competitor's video tags on YouTube.
O que é Tag Snag?
Tag Snag é uma extensão do Chrome desenvolvida por https://maxwellpepper.net, e sua principal característica é "Automatically snag all of your competitor's video tags on YouTube.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tag Snag
Baixe arquivos de extensão Tag Snag 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
This extension is great for SEO, and will help you find popular relevant tags for your YouTube videos. Features: ★ Single Mode - Navigate to a single YouTube video and grab all of the video tags. ★ Multiple Mode - Search a keyword on YouTube and grab all of the video tags for the top 10 videos. ★ Easily copy all of the tags to your clipboard and start implementing them into your own videos
Informações Básicas da Extensão
Nome | Tag Snag |
ID | coeijioaoodeangkmdaekhohdpflnekm |
URL Oficial | https://chromewebstore.google.com/detail/tag-snag/coeijioaoodeangkmdaekhohdpflnekm |
Descrição | Automatically snag all of your competitor's video tags on YouTube. |
Tamanho do Arquivo | 12.99 KB |
Contagem de Instalações | 1,693 |
Versão Atual | 3.0 |
Última Atualização | 2023-03-02 |
Data de Publicação | 2019-09-28 |
Classificação | 4.67/5 Total de 6 Avaliações |
Desenvolvedor | https://maxwellpepper.net |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.maxwellpepper.net/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tag Snag", "description": "Automatically snag all of your competitor's video tags on YouTube.", "version": "3.0", "manifest_version": 3, "author": "Maxwell Pepper", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_popup": "pop.html" } } |