YouTube Watch Thumbnails

Display a thumbnail of the video next to the channel icon on the YouTube video playback page.

¿Qué es YouTube Watch Thumbnails?

YouTube Watch Thumbnails es una extensión de Chrome desarrollada por mosunset, y su función principal es "Display a thumbnail of the video next to the channel icon on the YouTube video playback page.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión YouTube Watch Thumbnails

Descarga archivos de extensión YouTube Watch Thumbnails 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

                        Click once on the extension icon and the thumbnail image hops up.

Clicking on an image opens the largest thumbnail image in a new tab.                    

Información Básica de la Extensión

Nombre YouTube Watch Thumbnails YouTube Watch Thumbnails
ID aobeafpjgdgakpagffmlkfeognaiigci
URL Oficial https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci
Descripción Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
Tamaño del Archivo 113 KB
Cantidad de Instalaciones 4,804
Versión Actual 3.3.1
Última Actualización 2023-09-02
Fecha de Publicación 2022-09-13
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador mosunset
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados id,en,fr,es,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "description": "__MSG_Description__",
    "version": "3.3.1",
    "default_locale": "en",
    "icons": {
        "512": "img\/yicon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/yicon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/ycontent_script.js"
            ],
            "css": [
                "css\/ycontent_script.css"
            ],
            "all_frames": true
        }
    ]
}