YouTube Tag Extractor

Displays all tags from YouTube video under the video header

YouTube Tag Extractor란 무엇입니까?

YouTube Tag Extractor은(는) https://craide.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays all tags from YouTube video under the video header"입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The YouTube Tag Extractor extension is a handy way of extracting and revealing meta tags associated with any public video. Extracting YouTube Tags can be very insightful to understand how competitor videos and other high-performing videos are using these tags to boost their performance.

YouTube tags are the hidden meta tags associated with videos on YouTube.                    

확장 프로그램 기본 정보

이름 YouTube Tag Extractor YouTube Tag Extractor
ID aekopehcjaaehlmmlcgjnlfpplfhjkom
공식 URL https://chromewebstore.google.com/detail/youtube-tag-extractor/aekopehcjaaehlmmlcgjnlfpplfhjkom
설명 Displays all tags from YouTube video under the video header
파일 크기 10.55 KB
설치 횟수 4,000
현재 버전 1.0.2
최근 업데이트 2022-11-23
출시 날짜 2022-02-18
평점 5.00/5 총 5 개의 평점
개발자 https://craide.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://craide.com
도움말 페이지 URL https://craide.userecho.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Tag Extractor",
    "action": [],
    "manifest_version": 3,
    "version": "1.0.2",
    "description": "Displays all tags from YouTube video under the video header",
    "author": "STAMUL, LLC",
    "permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    }
}