View Youtube™ Thumbnail
Right click on a Youtube™ thumbnail to open it in its full size.
Hvad er View Youtube™ Thumbnail?
View Youtube™ Thumbnail er en Chrome-udvidelse udviklet af Daniel Bingham, og dens hovedfunktion er "Right click on a Youtube™ thumbnail to open it in its full size.".
Udvidelsesskærmbilleder
Download View Youtube™ Thumbnail-udvidelses-CRX-fil
Download View Youtube™ Thumbnail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This opens a YouTube™ thumbnail in its maximum resolution by right clicking on it. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ifeljkoeopnppmdlaofbgepbghddigpf |
| Officiel URL | https://chromewebstore.google.com/detail/view-youtube-thumbnail/ifeljkoeopnppmdlaofbgepbghddigpf |
| Beskrivelse | Right click on a Youtube™ thumbnail to open it in its full size. |
| Filstørrelse | 8.07 KB |
| Antal Installationer | 4,201 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2018-03-30 |
| Udgivelsesdato | 2018-03-29 |
| Bedømmelse | 4.19/5 Samlet 21 Bedømmelser |
| Udvikler | Daniel Bingham |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
} | |