YouTube Thumbnail Viewer

YouTube Thumbnail Viewer

O que é YouTube Thumbnail Viewer?

YouTube Thumbnail Viewer é uma extensão do Chrome desenvolvida por MIHO Soft Design, e sua principal característica é "YouTube Thumbnail Viewer".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube Thumbnail Viewer

Baixe arquivos de extensão YouTube Thumbnail Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Displays the thumbnail image link of the currently playing YouTube video to the left of the title. If you click the added thumbnail image, the high resolution image of the thumbnail image will be displayed in a new window.

Video thumbnails are never shown when played, so this extension allows you to see them while the video is playing.

Enjoy YouTube!

=====
Additional features:
You can now remove the links to other videos displayed at the end of the video by right-clicking on the thumbnail image. You can switch the display by right-clicking again.                    

Informações Básicas da Extensão

Nome YouTube Thumbnail Viewer YouTube Thumbnail Viewer
ID pohemndjeekpoipjbfjdgaclakdigcpn
URL Oficial https://chromewebstore.google.com/detail/youtube-thumbnail-viewer/pohemndjeekpoipjbfjdgaclakdigcpn
Descrição YouTube Thumbnail Viewer
Tamanho do Arquivo 23.68 KB
Contagem de Instalações 62
Versão Atual 1.1.0
Última Atualização 2023-04-02
Data de Publicação 2022-08-14
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor MIHO Soft Design
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Thumbnail Viewer",
    "version": "1.1.0",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "description": "YouTube Thumbnail Viewer",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}