Tag Snag

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

Tag Snag란 무엇입니까?

Tag Snag은(는) https://maxwellpepper.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically snag all of your competitor's video tags on YouTube."입니다.

확장 프로그램 스크린샷

screenshot

Tag Snag 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
    }
}