Get Thumbnails or Image to video YouTube

Make thumbnail previews or images from YouTube videos

Co to jest Get Thumbnails or Image to video YouTube?

Get Thumbnails or Image to video YouTube to rozszerzenie Chrome opracowane przez https://y-image.net, a jego główną funkcją jest „Make thumbnail previews or images from YouTube videos”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Get Thumbnails or Image to video YouTube

Pobierz pliki rozszerzeń Get Thumbnails or Image to video YouTube 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 extension gets a thumbs up to any video when you are on the YouTube page. Only one click and you can see links to different resolutions of yor thumbnails.                    

Podstawowe informacje o rozszerzeniu

Nazwa Get Thumbnails or Image to video YouTube Get Thumbnails or Image to video YouTube
ID fflaolblljkfjjigfpbokbkjnpeggcke
Oficjalny URL https://chromewebstore.google.com/detail/get-thumbnails-or-image-t/fflaolblljkfjjigfpbokbkjnpeggcke
Opis Make thumbnail previews or images from YouTube videos
Rozmiar pliku 56.19 KB
Liczba instalacji 1,030
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2020-07-17
Data Publikacji 2017-12-05
Ocena 3.17/5 Łącznie 6 Oceny
Deweloper https://y-image.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://y-image.net
Obsługiwane Języki de,en,fr,es,it,lv,pt-PT,cs,ru,uk,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.5",
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "https:\/\/y-image.net\/*",
        "activeTab"
    ],
    "browser_action": {
        "default_title": "YouTube Image Maker",
        "default_icon": "images\/48x48.png",
        "default_popup": "popup.html"
    }
}