Youtube Thumb Previewer

Preview how your youtube thumbnail will be displayed on devices like mobile, desktop and more

O que é Youtube Thumb Previewer?

Youtube Thumb Previewer é uma extensão do Chrome desenvolvida por https://limbuscode.com, e sua principal característica é "Preview how your youtube thumbnail will be displayed on devices like mobile, desktop and more".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Youtube Thumb Previewer

Baixe arquivos de extensão Youtube Thumb Previewer 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

                        Transform the way you create your YouTube thumbnails with the new and innovative "Youtube Thumb Previewer" Chrome Extension! Say goodbye to guessing how your thumbnail will look on different devices and say hello to a seamless and effortless thumbnail creation process.

With just a few clicks, you can preview your thumbnail on a variety of devices including mobile, desktop browsers, and Apple TV. Simply select your thumbnail image using the prompt or drop the file into an easy-to-use drop area.

This extension is a must-have for all YouTube creators looking to take their thumbnail game to the next level. No more frustrating guesswork, no more wasted time, just a hassle-free and effective way to create the perfect thumbnail for your YouTube videos.

Get the "Youtube Thumb Previewer" extension today and take your thumbnail creation process to the next level!                    

Informações Básicas da Extensão

Nome Youtube Thumb Previewer Youtube Thumb Previewer
ID cneobfplimjkbgdbbkjcbbafhnmjhaad
URL Oficial https://chromewebstore.google.com/detail/youtube-thumb-previewer/cneobfplimjkbgdbbkjcbbafhnmjhaad
Descrição Preview how your youtube thumbnail will be displayed on devices like mobile, desktop and more
Tamanho do Arquivo 300 KB
Contagem de Instalações 27
Versão Atual 0.0.1
Última Atualização 2023-02-20
Data de Publicação 2023-02-12
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://limbuscode.com
Email [email protected]
Tipo de Pagamento in_app
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Thumb Previewer",
    "short_name": "youtube-thumb-previewer",
    "description": "Preview how your youtube thumbnail will be displayed on devices like mobile, desktop and more",
    "version": "0.0.1",
    "author": "LimbusCode",
    "action": {
        "default_title": "Youtube Thumb Previewer",
        "default_icon": {
            "16": "16.png",
            "24": "24.png",
            "32": "32.png",
            "48": "48.png",
            "64": "64.png",
            "128": "128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "24": "24.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    }
}