Thumbnail Grabber

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

¿Qué es Thumbnail Grabber?

Thumbnail Grabber es una extensión de Chrome desarrollada por https://kasper.space, y su función principal es "Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Thumbnail Grabber

Descarga archivos de extensión Thumbnail Grabber en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Thumbnail Grabber Thumbnail Grabber
ID gbpjnjieenljpncojgiboejmolbihdob
URL Oficial https://chromewebstore.google.com/detail/thumbnail-grabber/gbpjnjieenljpncojgiboejmolbihdob
Descripción Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more
Tamaño del Archivo 30.62 KB
Cantidad de Instalaciones 2,670
Versión Actual 1.4.0
Última Actualización 2022-10-15
Fecha de Publicación 2020-01-10
Calificación 4.83/5 Total de 6 Calificaciones
Desarrollador https://kasper.space
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/probablykasper/thumbnail-grabber
Idiomas Soportados 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"
        }
    }
}