Tag Snag

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

Co to jest Tag Snag?

Tag Snag to rozszerzenie Chrome opracowane przez https://maxwellpepper.net, a jego główną funkcją jest „Automatically snag all of your competitor's video tags on YouTube.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tag Snag

Pobierz pliki rozszerzeń Tag Snag w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Tag Snag Tag Snag
ID coeijioaoodeangkmdaekhohdpflnekm
Oficjalny URL https://chromewebstore.google.com/detail/tag-snag/coeijioaoodeangkmdaekhohdpflnekm
Opis Automatically snag all of your competitor's video tags on YouTube.
Rozmiar pliku 12.99 KB
Liczba instalacji 1,693
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2023-03-02
Data Publikacji 2019-09-28
Ocena 4.67/5 Łącznie 6 Oceny
Deweloper https://maxwellpepper.net
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.maxwellpepper.net/privacy
Obsługiwane Języki 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"
    }
}