YouTube Thumbnail Viewer

YouTube Thumbnail Viewer

Cos'è YouTube Thumbnail Viewer?

YouTube Thumbnail Viewer è un'estensione di Chrome sviluppata da MIHO Soft Design, e la sua funzione principale è "YouTube Thumbnail Viewer".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Thumbnail Viewer

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

                        Displays the thumbnail image link of the currently playing YouTube video to the left of the title. If you click the added thumbnail image, the high resolution image of the thumbnail image will be displayed in a new window.

Video thumbnails are never shown when played, so this extension allows you to see them while the video is playing.

Enjoy YouTube!

=====
Additional features:
You can now remove the links to other videos displayed at the end of the video by right-clicking on the thumbnail image. You can switch the display by right-clicking again.                    

Informazioni di Base sull'Estensione

Nome YouTube Thumbnail Viewer YouTube Thumbnail Viewer
ID pohemndjeekpoipjbfjdgaclakdigcpn
URL Ufficiale https://chromewebstore.google.com/detail/youtube-thumbnail-viewer/pohemndjeekpoipjbfjdgaclakdigcpn
Descrizione YouTube Thumbnail Viewer
Dimensione del File 23.68 KB
Conteggio Installazioni 62
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-04-02
Data di Pubblicazione 2022-08-14
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore MIHO Soft Design
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Thumbnail Viewer",
    "version": "1.1.0",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "description": "YouTube Thumbnail Viewer",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}