YouTube Tag Extractor

Displays all tags from YouTube video under the video header

YouTube Tag Extractorคืออะไร?

YouTube Tag Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://craide.com และคุณลักษณะหลักของมันคือ "Displays all tags from YouTube video under the video header"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Tag Extractor

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}