Tag Snag
Automatically snag all of your competitor's video tags on YouTube.
Cos'è Tag Snag?
Tag Snag è un'estensione di Chrome sviluppata da https://maxwellpepper.net, e la sua funzione principale è "Automatically snag all of your competitor's video tags on YouTube.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tag Snag
Scarica i file di estensione Tag Snag in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Tag Snag |
ID | coeijioaoodeangkmdaekhohdpflnekm |
URL Ufficiale | https://chromewebstore.google.com/detail/tag-snag/coeijioaoodeangkmdaekhohdpflnekm |
Descrizione | Automatically snag all of your competitor's video tags on YouTube. |
Dimensione del File | 12.99 KB |
Conteggio Installazioni | 1,693 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2023-03-02 |
Data di Pubblicazione | 2019-09-28 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | https://maxwellpepper.net |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.maxwellpepper.net/privacy |
Lingue Supportate | 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" } } |