Tag Snag

Automatically snag all of your competitor's video tags on YouTube.

What is Tag Snag?

Tag Snag is a Chrome extension developed by https://maxwellpepper.net, and its main feature is "Automatically snag all of your competitor's video tags on YouTube.".

Extension Screenshots

screenshot

Download Tag Snag Extension CRX File

Download Tag Snag extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tag Snag Tag Snag
ID coeijioaoodeangkmdaekhohdpflnekm
Official URL https://chromewebstore.google.com/detail/tag-snag/coeijioaoodeangkmdaekhohdpflnekm
Description Automatically snag all of your competitor's video tags on YouTube.
File Size 12.99 KB
Installation Count 1,693
Current Version 3.0
Last Updated 2023-03-02
Publish Date 2019-09-28
Rating 4.67/5 Total 6 Ratings
Developer https://maxwellpepper.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.maxwellpepper.net/privacy
Supported Languages 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"
    }
}