YouTube Tags

The extension to view the tags of any YouTube video

Cos'è YouTube Tags?

YouTube Tags è un'estensione di Chrome sviluppata da Ali Gasymov, e la sua funzione principale è "The extension to view the tags of any YouTube video".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Tags

Scarica i file di estensione YouTube Tags 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

                        Browse the tags of any YouTube video with the YouTube Tags. Use your browser as before, because the extension for viewing tags from YouTube video does not affect its performance.

Note: don't forget to reload the YouTube page after installing the extension.                    

Informazioni di Base sull'Estensione

Nome YouTube Tags YouTube Tags
ID fffiogeaioiinfekkflcfebaoiohkkgp
URL Ufficiale https://chromewebstore.google.com/detail/youtube-tags/fffiogeaioiinfekkflcfebaoiohkkgp
Descrizione The extension to view the tags of any YouTube video
Dimensione del File 58.69 KB
Conteggio Installazioni 79,276
Versione Corrente 7.0.3
Ultimo Aggiornamento 2023-10-09
Data di Pubblicazione 2020-06-21
Valutazione 4.58/5 Totale 158 Valutazioni
Sviluppatore Ali Gasymov
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.gasymov.com/privacy-policy/youtube-tags
Lingue Supportate de,en,en-GB,en-US,fr,es,pt-BR,pt-PT,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "7.0.3",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "author": "alik0211",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}