Youtube™ Thumbnail Preview
View youtube thumbnails with a single click.
Wat is Youtube™ Thumbnail Preview?
Youtube™ Thumbnail Preview is een Chrome-extensie ontwikkeld door James_Hynes, en de belangrijkste functie is "View youtube thumbnails with a single click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube™ Thumbnail Preview
Download Youtube™ Thumbnail Preview-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
Preview youtube thumbnails in a small chrome extension popup window. Just click on the extension while on a youtube video page, and it will load up the thumbnail image. Click on the image and you will be redirected to the largest size of the thumbnail.
Basisinformatie over de Extensie
Naam | Youtube™ Thumbnail Preview |
ID | nbpcbacmemknaffckhckoaophpnmdchb |
Officiële URL | https://chromewebstore.google.com/detail/youtube-thumbnail-preview/nbpcbacmemknaffckhckoaophpnmdchb |
Beschrijving | View youtube thumbnails with a single click. |
Bestandsgrootte | 95.76 KB |
Aantal Installaties | 7,529 |
Huidige Versie | 1.5.2 |
Laatst Bijgewerkt | 2022-06-25 |
Publicatiedatum | 2018-03-20 |
Beoordeling | 4.43/5 Totaal 30 Beoordelingen |
Ontwikkelaar | James_Hynes |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube\u2122 Thumbnail Preview", "description": "View youtube thumbnails with a single click.", "version": "1.5.2", "permissions": [ "tabs" ], "action": { "default_popup": "popup.html", "default_icon": "assets\/icon.png", "default_title": "Show thumbnail" }, "icons": { "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png", "256": "assets\/icon256.png" } } |