Download thumbnail images of youtube/vimeo
Download thumbnail images of youtube/vimeo
Wat is Download thumbnail images of youtube/vimeo?
Download thumbnail images of youtube/vimeo is een Chrome-extensie ontwikkeld door http://youtube-thumbnail-grabber.com, en de belangrijkste functie is "Download thumbnail images of youtube/vimeo".
Extensie Screenshots
Download het CRX-bestand van de extensie Download thumbnail images of youtube/vimeo
Download Download thumbnail images of youtube/vimeo-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
** Please note that this is not a youtube video downloader** Download thumbnails image of youtube, vimeo sites. Just head towards the youtube.com video you need to download thumbnail the thumbnail image. click on the extension, then click download to save the thumbnail image or click in the download thumbnail button below the video to download the images
Basisinformatie over de Extensie
Naam | |
ID | gcdfmaggdilgcopoipaglabdejakibdf |
Officiële URL | https://chrome.google.com/webstore/detail/download-thumbnail-images/gcdfmaggdilgcopoipaglabdejakibdf |
Beschrijving | Download thumbnail images of youtube/vimeo |
Bestandsgrootte | 49.08 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 6.4.1 |
Laatst Bijgewerkt | 2020-05-09 |
Publicatiedatum | 2020-05-09 |
Beoordeling | 4.31/5 Totaal 531 Beoordelingen |
Ontwikkelaar | http://youtube-thumbnail-grabber.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.youtube-thumbnail-grabber.com |
Ondersteunde Talen | en-US |
manifest.json | |
{ "name": "Download thumbnail images of youtube\/vimeo", "description": "Download thumbnail images of youtube\/vimeo", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.4.1", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "Save youtube,vimeo thumbnail image", "default_popup": "popup.html", "default_icon": { "16": "1.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "download.js" ], "run_at": "document_end" } ], "icons": { "16": "1.png", "48": "2.png", "128": "3.png" }, "web_accessible_resources": [ "*.png", "*.PNG" ], "permissions": [ "tabs", "*:\/\/*.youtube.com\/*", "*:\/\/*.vimeo.com\/*" ], "manifest_version": 2 } |