View Youtube™ Thumbnail
Right click on a Youtube™ thumbnail to open it in its full size.
Wat is View Youtube™ Thumbnail?
View Youtube™ Thumbnail is een Chrome-extensie ontwikkeld door Daniel Bingham, en de belangrijkste functie is "Right click on a Youtube™ thumbnail to open it in its full size.".
Extensie Screenshots
Download het CRX-bestand van de extensie View Youtube™ Thumbnail
Download View Youtube™ Thumbnail-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
This opens a YouTube™ thumbnail in its maximum resolution by right clicking on it. Basisinformatie over de Extensie
| Naam | |
| ID | ifeljkoeopnppmdlaofbgepbghddigpf |
| Officiële URL | https://chromewebstore.google.com/detail/view-youtube-thumbnail/ifeljkoeopnppmdlaofbgepbghddigpf |
| Beschrijving | Right click on a Youtube™ thumbnail to open it in its full size. |
| Bestandsgrootte | 8.07 KB |
| Aantal Installaties | 4,201 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2018-03-30 |
| Publicatiedatum | 2018-03-29 |
| Beoordeling | 4.19/5 Totaal 21 Beoordelingen |
| Ontwikkelaar | Daniel Bingham |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "View Youtube\u2122 Thumbnail",
"version": "1.2",
"description": "Right click on a Youtube\u2122 thumbnail to open it in its full size.",
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"page_action": {
"default_icon": "icon16.png",
"default_title": "YT Thumbnail"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"permissions": [
"tabs",
"contextMenus",
"https:\/\/www.youtube.com\/*"
]
} | |