Youtube Thumbnail Finder

Add button on youtube videos to easly get thumbnail

Cos'è Youtube Thumbnail Finder?

Youtube Thumbnail Finder è un'estensione di Chrome sviluppata da https://youthumb.net, e la sua funzione principale è "Add button on youtube videos to easly get thumbnail".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Youtube Thumbnail Finder

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

                        Add button on youtube videos to easly get thumbnail                    

Informazioni di Base sull'Estensione

Nome Youtube Thumbnail Finder Youtube Thumbnail Finder
ID jbiffggjjomeebhgmdeacgjohkoknadl
URL Ufficiale https://chromewebstore.google.com/detail/youtube-thumbnail-finder/jbiffggjjomeebhgmdeacgjohkoknadl
Descrizione Add button on youtube videos to easly get thumbnail
Dimensione del File 26.35 KB
Conteggio Installazioni 9,203
Versione Corrente 1.3.0
Ultimo Aggiornamento 2015-06-02
Data di Pubblicazione 2015-06-02
Valutazione 4.14/5 Totale 22 Valutazioni
Sviluppatore https://youthumb.net
Tipo di Pagamento free
Sito Web dell'Estensione https://youthumb.net
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Thumbnail Finder",
    "short_name": "Youthumb",
    "description": "Add button on youtube videos to easly get thumbnail",
    "version": "1.3.0",
    "author": "Vegard Bj\u00f8rsvik",
    "homepage_url": "https:\/\/youthumb.net",
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "*:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "button.js"
            ],
            "run_at": "document_end"
        }
    ]
}