Enlarge Profile Image for YouTube™

A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.

O que é Enlarge Profile Image for YouTube™?

Enlarge Profile Image for YouTube™ é uma extensão do Chrome desenvolvida por Elad Nava, e sua principal característica é "A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Enlarge Profile Image for YouTube™

Baixe arquivos de extensão Enlarge Profile Image for YouTube™ 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

                        Simply go to any YouTube channel or profile and click the profile image to enlarge it!

This extension is open-source.
https://github.com/eladnava/enlarge-profile-image-for-youtube

YouTube™ is a registered trademark of Google. This extension is unaffiliated with Google.                    

Informações Básicas da Extensão

Nome Enlarge Profile Image for YouTube™ Enlarge Profile Image for YouTube™
ID aadbfahejpbhdndmnfkimgfilobdbnfo
URL Oficial https://chromewebstore.google.com/detail/enlarge-profile-image-for/aadbfahejpbhdndmnfkimgfilobdbnfo
Descrição A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.
Tamanho do Arquivo 234 KB
Contagem de Instalações 360
Versão Atual 1.0.3
Última Atualização 2022-12-05
Data de Publicação 2018-07-31
Classificação 2.33/5 Total de 6 Avaliações
Desenvolvedor Elad Nava
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enlarge Profile Image for YouTube\u2122",
    "description": "A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.",
    "manifest_version": 2,
    "version": "1.0.3",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/content.js"
            ]
        }
    ]
}