Video Tag Viewer for YouTube

Chrome Extension for Viewing Video Tags on YouTube.

Qu'est-ce que Video Tag Viewer for YouTube ?

Video Tag Viewer for YouTube est une extension Chrome développée par https://fiahfy.blogspot.com, et sa fonction principale est "Chrome Extension for Viewing Video Tags on YouTube.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Video Tag Viewer for YouTube

Téléchargez les fichiers d'extension Video Tag Viewer for YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - Display meta tags for current viewing video.                    

Informations de Base sur l'Extension

Nom Video Tag Viewer for YouTube Video Tag Viewer for YouTube
ID gcbndmenkdcbihmachfnhjfbbkgkmeog
URL Officiel https://chromewebstore.google.com/detail/video-tag-viewer-for-yout/gcbndmenkdcbihmachfnhjfbbkgkmeog
Description Chrome Extension for Viewing Video Tags on YouTube.
Taille du Fichier 7.08 KB
Nombre d'Installations 2,184
Version Actuelle 0.0.6
Dernière Mise à Jour 2023-01-01
Date de Publication 2020-08-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://fiahfy.blogspot.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}