Youtube Thumbnails
Get Youtube videos thumbnails in one click !
¿Qué es Youtube Thumbnails?
Youtube Thumbnails es una extensión de Chrome desarrollada por Nicolas Vairaa, y su función principal es "Get Youtube videos thumbnails in one click !".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Youtube Thumbnails
Descarga archivos de extensión Youtube Thumbnails en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Youtube Thumbnails allows you to get all the available thumbnails of a video directly in the current page, without having to go through a website. Clicking on a link in the list of thumbnails will open a new tab in your browser in order to download it directly. The highest resolution thumbnails are not guaranteed to appear as a link, as they may not be available for all videos. If the icon does not appear, please just reload the page.
Información Básica de la Extensión
Nombre | Youtube Thumbnails |
ID | hhoiehagchnmnpfoliilhnbcebffbnfb |
URL Oficial | https://chromewebstore.google.com/detail/youtube-thumbnails/hhoiehagchnmnpfoliilhnbcebffbnfb |
Descripción | Get Youtube videos thumbnails in one click ! |
Tamaño del Archivo | 23.2 KB |
Cantidad de Instalaciones | 27 |
Versión Actual | 0.1.7 |
Última Actualización | 2021-11-20 |
Fecha de Publicación | 2021-08-12 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Nicolas Vairaa |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.7", "manifest_version": 3, "name": "Youtube Thumbnails", "description": "Get Youtube videos thumbnails in one click !", "icons": { "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_start", "css": [ "styles.css" ], "js": [ "arrive.js", "content.js" ] } ] } |