Tag Snag

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

ما هو Tag Snag؟

Tag Snag هو إضافة Chrome تم تطويرها بواسطة https://maxwellpepper.net، والميزة الرئيسية لها هي "Automatically snag all of your competitor's video tags on YouTube.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tag Snag

قم بتنزيل ملفات الامتداد Tag Snag بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Tag Snag Tag Snag
ID coeijioaoodeangkmdaekhohdpflnekm
عنوان URL الرسمي https://chromewebstore.google.com/detail/tag-snag/coeijioaoodeangkmdaekhohdpflnekm
الوصف Automatically snag all of your competitor's video tags on YouTube.
حجم الملف 12.99 KB
عدد التثبيتات 1,693
النسخة الحالية 3.0
آخر تحديث 2023-03-02
تاريخ النشر 2019-09-28
تقييم 4.67/5 مجموع تقييمات 6
المطور https://maxwellpepper.net
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.maxwellpepper.net/privacy
اللغات المدعومة 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"
    }
}