Enlarge Youtube Profile Images

Control size of profile images in the Youtube comment section.

O que é Enlarge Youtube Profile Images?

Enlarge Youtube Profile Images é uma extensão do Chrome desenvolvida por Polywocker, e sua principal característica é "Control size of profile images in the Youtube comment section.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Enlarge Youtube Profile Images

Baixe arquivos de extensão Enlarge Youtube Profile Images 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

                        - Set preferred profile image size for the Youtube comment section. 
- Hover zoom on profile images. 

It's time to appreciate the memes and put a face to the name. 


Source code: https://github.com/polywock/enlargeYoutubeProfileImages                    

Informações Básicas da Extensão

Nome Enlarge Youtube Profile Images Enlarge Youtube Profile Images
ID pmloeageofhljhdedpfpppjbjblbncbc
URL Oficial https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc
Descrição Control size of profile images in the Youtube comment section.
Tamanho do Arquivo 7 KB
Contagem de Instalações 130
Versão Atual 0.0.6
Última Atualização 2022-10-08
Data de Publicação 2022-05-05
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Polywocker
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/polywock/enlargeYoutubeProfileImages
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enlarge Youtube Profile Images",
    "version": "0.0.6",
    "description": "Control size of profile images in the Youtube comment section.",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "isolated.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "main.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}