YouTube Tag Extractor

Displays all tags from YouTube video under the video header

YouTube Tag Extractor là gì?

YouTube Tag Extractor là một tiện ích mở rộng Chrome được phát triển bởi https://craide.com, và tính năng chính của nó là "Displays all tags from YouTube video under the video header".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Tag Extractor

Tải xuống các tệp mở rộng YouTube Tag Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Tag Extractor YouTube Tag Extractor
ID aekopehcjaaehlmmlcgjnlfpplfhjkom
URL Chính Thức https://chromewebstore.google.com/detail/youtube-tag-extractor/aekopehcjaaehlmmlcgjnlfpplfhjkom
Mô tả Displays all tags from YouTube video under the video header
Kích Thước Tệp 10.55 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-11-23
Ngày Phát Hành 2022-02-18
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://craide.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://craide.com
URL Trang Trợ Giúp https://craide.userecho.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}