Get YouTube Video Thumbnail
This extension allows you to download Thumbs in various resolutions of any YouTube video just by inserting the video's Url.
Qu'est-ce que Get YouTube Video Thumbnail ?
Get YouTube Video Thumbnail est une extension Chrome développée par http://thumbyoutube.com, et sa fonction principale est "This extension allows you to download Thumbs in various resolutions of any YouTube video just by inserting the video's Url.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Get YouTube Video Thumbnail
Téléchargez les fichiers d'extension Get YouTube Video Thumbnail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Get YouTube Video Thumbnail in various Resolutions Questions about Youtube Thumbs Why do some Thumbs appear in a not found format? When the thumb appears in this format, it means that it is not available in this resolution, that is, it does not exist. What does ThumbYoutube.com do? The aim of the ThumbYoutube.com website is to make your life easier when you need the thumb of a specific video, whether the thumb is in high quality or in SD, our website shows all the thumbs available for the video you choose. How does the Thumb Youtube Tool work? Our tool only shows you the thumbs available from the url video that you filled in the box up there, all the images that are shown here, they are from the video and are owned by Youtube. How to get a Thumb from a specific moment in the video? No, our tool only shows the thumbs that Youtube itself has made available, in this case you will have to get the thumbs in another way. What is the purpose of this Thumbs tool? The purpose of the site is to make it easy for you to view or save the Thumbs of a particular video, for example, you can use the Thumbs to put in a blog article ... There are several possibilities.
Informations de Base sur l'Extension
Nom | |
ID | ljabkdmlbjclkpbjodeoohgfbachnpcn |
URL Officiel | https://chrome.google.com/webstore/detail/get-youtube-video-thumbna/ljabkdmlbjclkpbjodeoohgfbachnpcn |
Description | This extension allows you to download Thumbs in various resolutions of any YouTube video just by inserting the video's Url. |
Taille du Fichier | 22.33 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2020-08-28 |
Date de Publication | 2020-08-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://thumbyoutube.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://thumbyoutube.com |
URL de la Page d'Aide | https://thumbyoutube.com/en#help |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.4", "author": "ThumbYoutube.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "script.js" ], "persistent": true }, "browser_action": [], "permissions": [ "tabs" ] } |