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文件

下载YouTube Tag Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}