NessDan's YouTube Thumbnail Downloader
Download YouTube video thumbnails
Wat is NessDan's YouTube Thumbnail Downloader?
NessDan's YouTube Thumbnail Downloader is een Chrome-extensie ontwikkeld door daniel.kaspo, en de belangrijkste functie is "Download YouTube video thumbnails".
Extensie Screenshots
Download het CRX-bestand van de extensie NessDan's YouTube Thumbnail Downloader
Download NessDan's YouTube Thumbnail 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
Download YouTube Thumbnails quickly and easily! * Just right-click any YouTube page or link! * No annoying ads! * No weird permissions required! * Simple!
Basisinformatie over de Extensie
Naam | NessDan's YouTube Thumbnail Downloader |
ID | plngolgielfjikccimmlciadbccpenom |
Officiële URL | https://chromewebstore.google.com/detail/nessdans-youtube-thumbnai/plngolgielfjikccimmlciadbccpenom |
Beschrijving | Download YouTube video thumbnails |
Bestandsgrootte | 8.53 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2023-09-26 |
Publicatiedatum | 2023-09-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | daniel.kaspo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NessDan's YouTube Thumbnail Downloader", "version": "1.3", "description": "Download YouTube video thumbnails", "permissions": [ "activeTab", "contextMenus", "downloads" ], "background": { "service_worker": "background.js", "type": "module" }, "host_permissions": [ "https:\/\/img.youtube.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |