Tag Snag

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

Was ist Tag Snag?

Tag Snag ist eine Chrome-Erweiterung, die von https://maxwellpepper.net entwickelt wurde, und ihr Hauptmerkmal ist "Automatically snag all of your competitor's video tags on YouTube.".

Erweiterungsscreenshots

screenshot

Tag Snag-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tag Snag-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tag Snag Tag Snag
ID coeijioaoodeangkmdaekhohdpflnekm
Offizielle URL https://chromewebstore.google.com/detail/tag-snag/coeijioaoodeangkmdaekhohdpflnekm
Beschreibung Automatically snag all of your competitor's video tags on YouTube.
Dateigröße 12.99 KB
Installationsanzahl 1,693
Aktuelle Version 3.0
Letztes Update 2023-03-02
Veröffentlichungsdatum 2019-09-28
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler https://maxwellpepper.net
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.maxwellpepper.net/privacy
Unterstützte Sprachen 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"
    }
}