9GAG Profile Picture

9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.

O que é 9GAG Profile Picture?

9GAG Profile Picture é uma extensão do Chrome desenvolvida por syvdv, e sua principal característica é "9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 9GAG Profile Picture

Baixe arquivos de extensão 9GAG Profile Picture 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

                        9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.                    

Informações Básicas da Extensão

Nome 9GAG Profile Picture 9GAG Profile Picture
ID phmoabemknekaggafmlbinceokhdbidc
URL Oficial https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc
Descrição 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Tamanho do Arquivo 111 KB
Contagem de Instalações 14
Versão Atual 1.0
Última Atualização 2016-10-18
Data de Publicação 2016-10-18
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor syvdv
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9GAG Profile Picture",
    "description": "9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/9gag.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/9gag.com\/gag\/*"
            ],
            "js": [
                "jQuery.min.js",
                "9gagPP.js"
            ],
            "css": [
                "9gagPP.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "loading.gif"
    ]
}