Video Tag Viewer for YouTube

Chrome Extension for Viewing Video Tags on YouTube.

What is Video Tag Viewer for YouTube?

Video Tag Viewer for YouTube is a Chrome extension developed by https://fiahfy.blogspot.com, and its main feature is "Chrome Extension for Viewing Video Tags on YouTube.".

Extension Screenshots

screenshot

Download Video Tag Viewer for YouTube Extension CRX File

Download Video Tag Viewer for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - Display meta tags for current viewing video.                    

Extension Basic Information

Name Video Tag Viewer for YouTube Video Tag Viewer for YouTube
ID gcbndmenkdcbihmachfnhjfbbkgkmeog
Official URL https://chromewebstore.google.com/detail/video-tag-viewer-for-yout/gcbndmenkdcbihmachfnhjfbbkgkmeog
Description Chrome Extension for Viewing Video Tags on YouTube.
File Size 7.08 KB
Installation Count 2,184
Current Version 0.0.6
Last Updated 2023-01-01
Publish Date 2020-08-04
Rating 5.00/5 Total 1 Ratings
Developer https://fiahfy.blogspot.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": false,
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "name": "Video Tag Viewer for YouTube",
    "description": "Chrome Extension for Viewing Video Tags on YouTube.",
    "version": "0.0.6"
}