Youtube Thumbnail Finder
Add button on youtube videos to easly get thumbnail
Co to jest Youtube Thumbnail Finder?
Youtube Thumbnail Finder to rozszerzenie Chrome opracowane przez https://youthumb.net, a jego główną funkcją jest „Add button on youtube videos to easly get thumbnail”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Youtube Thumbnail Finder
Pobierz pliki rozszerzeń Youtube Thumbnail Finder 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
Add button on youtube videos to easly get thumbnail Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jbiffggjjomeebhgmdeacgjohkoknadl |
| Oficjalny URL | https://chromewebstore.google.com/detail/youtube-thumbnail-finder/jbiffggjjomeebhgmdeacgjohkoknadl |
| Opis | Add button on youtube videos to easly get thumbnail |
| Rozmiar pliku | 26.35 KB |
| Liczba instalacji | 9,203 |
| Aktualna Wersja | 1.3.0 |
| Ostatnia Aktualizacja | 2015-06-02 |
| Data Publikacji | 2015-06-02 |
| Ocena | 4.14/5 Łącznie 22 Oceny |
| Deweloper | https://youthumb.net |
| Typ Płatności | free |
| Strona Rozszerzenia | https://youthumb.net |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Youtube Thumbnail Finder",
"short_name": "Youthumb",
"description": "Add button on youtube videos to easly get thumbnail",
"version": "1.3.0",
"author": "Vegard Bj\u00f8rsvik",
"homepage_url": "https:\/\/youthumb.net",
"icons": {
"128": "logo.png"
},
"permissions": [
"*:\/\/www.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"button.js"
],
"run_at": "document_end"
}
]
} | |