Youtube™ Thumbnail Preview

View youtube thumbnails with a single click.

Cos'è Youtube™ Thumbnail Preview?

Youtube™ Thumbnail Preview è un'estensione di Chrome sviluppata da James_Hynes, e la sua funzione principale è "View youtube thumbnails with a single click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Youtube™ Thumbnail Preview

Scarica i file di estensione Youtube™ Thumbnail Preview 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

                        Preview youtube thumbnails in a small chrome extension popup window. Just click on the extension while on a youtube video page, and it will load up the thumbnail image. Click on the image and you will be redirected to the largest size of the thumbnail.                    

Informazioni di Base sull'Estensione

Nome Youtube™ Thumbnail Preview Youtube™ Thumbnail Preview
ID nbpcbacmemknaffckhckoaophpnmdchb
URL Ufficiale https://chromewebstore.google.com/detail/youtube-thumbnail-preview/nbpcbacmemknaffckhckoaophpnmdchb
Descrizione View youtube thumbnails with a single click.
Dimensione del File 95.76 KB
Conteggio Installazioni 7,529
Versione Corrente 1.5.2
Ultimo Aggiornamento 2022-06-25
Data di Pubblicazione 2018-03-20
Valutazione 4.43/5 Totale 30 Valutazioni
Sviluppatore James_Hynes
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube\u2122 Thumbnail Preview",
    "description": "View youtube thumbnails with a single click.",
    "version": "1.5.2",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon.png",
        "default_title": "Show thumbnail"
    },
    "icons": {
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png"
    }
}