Video Tag Viewer for YouTube

Chrome Extension for Viewing Video Tags on YouTube.

Cos'è Video Tag Viewer for YouTube?

Video Tag Viewer for YouTube è un'estensione di Chrome sviluppata da https://fiahfy.blogspot.com, e la sua funzione principale è "Chrome Extension for Viewing Video Tags on YouTube.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Video Tag Viewer for YouTube

Scarica i file di estensione Video Tag Viewer for YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - Display meta tags for current viewing video.                    

Informazioni di Base sull'Estensione

Nome Video Tag Viewer for YouTube Video Tag Viewer for YouTube
ID gcbndmenkdcbihmachfnhjfbbkgkmeog
URL Ufficiale https://chromewebstore.google.com/detail/video-tag-viewer-for-yout/gcbndmenkdcbihmachfnhjfbbkgkmeog
Descrizione Chrome Extension for Viewing Video Tags on YouTube.
Dimensione del File 7.08 KB
Conteggio Installazioni 2,184
Versione Corrente 0.0.6
Ultimo Aggiornamento 2023-01-01
Data di Pubblicazione 2020-08-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://fiahfy.blogspot.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}