View Youtube™ Thumbnail
Right click on a Youtube™ thumbnail to open it in its full size.
Co to jest View Youtube™ Thumbnail?
View Youtube™ Thumbnail to rozszerzenie Chrome opracowane przez Daniel Bingham, a jego główną funkcją jest „Right click on a Youtube™ thumbnail to open it in its full size.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia View Youtube™ Thumbnail
Pobierz pliki rozszerzeń View Youtube™ Thumbnail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This opens a YouTube™ thumbnail in its maximum resolution by right clicking on it. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ifeljkoeopnppmdlaofbgepbghddigpf |
| Oficjalny URL | https://chromewebstore.google.com/detail/view-youtube-thumbnail/ifeljkoeopnppmdlaofbgepbghddigpf |
| Opis | Right click on a Youtube™ thumbnail to open it in its full size. |
| Rozmiar pliku | 8.07 KB |
| Liczba instalacji | 4,201 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2018-03-30 |
| Data Publikacji | 2018-03-29 |
| Ocena | 4.19/5 Łącznie 21 Oceny |
| Deweloper | Daniel Bingham |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
} | |