Youtube Tumbnail Downloader

Youtube Tumbnail Downloader

Wat is Youtube Tumbnail Downloader?

Youtube Tumbnail Downloader is een Chrome-extensie ontwikkeld door Yohan Rathnayaka, en de belangrijkste functie is "Youtube Tumbnail Downloader".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Youtube Tumbnail Downloader

Download Youtube Tumbnail Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Easy way to download YouTube video thumbnail

How to use this extension watch video:- https://youtu.be/CO8SY_zsBVw

download YouTube thumbnail tool,
download YouTube thumbnail extension                    

Basisinformatie over de Extensie

Naam Youtube Tumbnail Downloader Youtube Tumbnail Downloader
ID mccdpjiablhggjkbmjholdcfnpopnfkg
Officiële URL https://chrome.google.com/webstore/detail/youtube-tumbnail-download/mccdpjiablhggjkbmjholdcfnpopnfkg
Beschrijving Youtube Tumbnail Downloader
Bestandsgrootte 163 KB
Aantal Installaties 102
Huidige Versie 1.0
Laatst Bijgewerkt 2021-02-23
Publicatiedatum 2021-02-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Yohan Rathnayaka
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Tumbnail Downloader",
    "description": "Youtube Tumbnail Downloader",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "120": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}