Thumbnail Grabber

Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more

Co to jest Thumbnail Grabber?

Thumbnail Grabber to rozszerzenie Chrome opracowane przez https://kasper.space, a jego główną funkcją jest „Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Thumbnail Grabber

Pobierz pliki rozszerzeń Thumbnail Grabber 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

                        Easily download/copy/open thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more.

You can click the extension icon, use keyboard shortcuts or right click the page or links. You can customize the keyboard shortcuts, what clicking the extension icon does, and what context menu items are visible.

GitHub: https://github.com/probablykasper/thumbnail-grabber                    

Podstawowe informacje o rozszerzeniu

Nazwa Thumbnail Grabber Thumbnail Grabber
ID gbpjnjieenljpncojgiboejmolbihdob
Oficjalny URL https://chromewebstore.google.com/detail/thumbnail-grabber/gbpjnjieenljpncojgiboejmolbihdob
Opis Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more
Rozmiar pliku 30.62 KB
Liczba instalacji 2,670
Aktualna Wersja 1.4.0
Ostatnia Aktualizacja 2022-10-15
Data Publikacji 2020-01-10
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper https://kasper.space
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/probablykasper/thumbnail-grabber
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thumbnail Grabber",
    "version": "1.4.0",
    "description": "Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more",
    "background": {
        "scripts": [
            "background.b79fa0fe.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.4193183a.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.238385bf.png",
        "48": "icon48.png",
        "128": "icon128.79e4701d.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.238385bf.png",
            "48": "icon48.png",
            "128": "icon128.79e4701d.png"
        }
    },
    "web_accessible_resources": [
        "icon48.png",
        "content-script.js",
        "content-script.css"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "clipboardWrite",
        "",
        "*:\/\/i.ytimg.com\/*",
        "*:\/\/img.youtube.com\/*",
        "*:\/\/i1.sndcdn.com\/*"
    ],
    "commands": {
        "open": {
            "description": "Open the Thumbnail Grabber popup on the current page"
        },
        "download": {
            "description": "Download the thumbnail of the current page"
        },
        "copy": {
            "description": "Copy the thumbnail of the current page to clipboard"
        }
    }
}