View Youtube™ Thumbnail

Right click on a Youtube™ thumbnail to open it in its full size.

Cos'è View Youtube™ Thumbnail?

View Youtube™ Thumbnail è un'estensione di Chrome sviluppata da Daniel Bingham, e la sua funzione principale è "Right click on a Youtube™ thumbnail to open it in its full size.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione View Youtube™ Thumbnail

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

                        This opens a YouTube™ thumbnail in its maximum resolution by right clicking on it.                    

Informazioni di Base sull'Estensione

Nome View Youtube™ Thumbnail View Youtube™ Thumbnail
ID ifeljkoeopnppmdlaofbgepbghddigpf
URL Ufficiale https://chromewebstore.google.com/detail/view-youtube-thumbnail/ifeljkoeopnppmdlaofbgepbghddigpf
Descrizione Right click on a Youtube™ thumbnail to open it in its full size.
Dimensione del File 8.07 KB
Conteggio Installazioni 4,201
Versione Corrente 1.2
Ultimo Aggiornamento 2018-03-30
Data di Pubblicazione 2018-03-29
Valutazione 4.19/5 Totale 21 Valutazioni
Sviluppatore Daniel Bingham
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View Youtube\u2122 Thumbnail",
    "version": "1.2",
    "description": "Right click on a Youtube\u2122 thumbnail to open it in its full size.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_title": "YT Thumbnail"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/www.youtube.com\/*"
    ]
}