youtube thumbnails getter
chrome extension to get youtube thumbnails
Qu'est-ce que youtube thumbnails getter ?
youtube thumbnails getter est une extension Chrome développée par giasorairo, et sa fonction principale est "chrome extension to get youtube thumbnails".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension youtube thumbnails getter
Téléchargez les fichiers d'extension youtube thumbnails getter 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
Displays the thumbnail of the youtube video you are watching
显示你正在观看的 YouTube 视频的缩略图
Отображение миниатюры просматриваемого видео на youtube
鑑賞中の youtube の動画のサムネイルを表示します Informations de Base sur l'Extension
| Nom | |
| ID | ghhbhfmihfneeonmbchmkfpdcnmolfgo |
| URL Officiel | https://chromewebstore.google.com/detail/youtube-thumbnails-getter/ghhbhfmihfneeonmbchmkfpdcnmolfgo |
| Description | chrome extension to get youtube thumbnails |
| Taille du Fichier | 9.18 KB |
| Nombre d'Installations | 125 |
| Version Actuelle | 1.2.0 |
| Dernière Mise à Jour | 2023-12-18 |
| Date de Publication | 2022-02-01 |
| Évaluation | 4.00/5 Total 1 Évaluations |
| Développeur | giasorairo |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "youtube thumbnails getter",
"author": "gia_sorairo",
"version": "1.2.0",
"manifest_version": 3,
"description": "chrome extension to get youtube thumbnails",
"permissions": [
"tabs"
],
"action": {
"default_popup": "popup-dialog.html"
},
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"host_permissions": [
"*:\/\/*\/*"
]
} | |