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
官方網址 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"
    }
}