Tag Snag
Automatically snag all of your competitor's video tags on YouTube.
Hvad er Tag Snag?
Tag Snag er en Chrome-udvidelse udviklet af https://maxwellpepper.net, og dens hovedfunktion er "Automatically snag all of your competitor's video tags on YouTube.".
Udvidelsesskærmbilleder
Download Tag Snag-udvidelses-CRX-fil
Download Tag Snag-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
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
Grundlæggende oplysninger om udvidelsen
Navn | Tag Snag |
ID | coeijioaoodeangkmdaekhohdpflnekm |
Officiel URL | https://chromewebstore.google.com/detail/tag-snag/coeijioaoodeangkmdaekhohdpflnekm |
Beskrivelse | Automatically snag all of your competitor's video tags on YouTube. |
Filstørrelse | 12.99 KB |
Antal Installationer | 1,693 |
Nuværende Version | 3.0 |
Senest Opdateret | 2023-03-02 |
Udgivelsesdato | 2019-09-28 |
Bedømmelse | 4.67/5 Samlet 6 Bedømmelser |
Udvikler | https://maxwellpepper.net |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.maxwellpepper.net/privacy |
Understøttede Sprog | 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" } } |