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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}