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.

¿Qué es 9GAG Profile Picture?

9GAG Profile Picture es una extensión de Chrome desarrollada por syvdv, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión 9GAG Profile Picture

Descarga archivos de extensión 9GAG Profile Picture en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre 9GAG Profile Picture 9GAG Profile Picture
ID phmoabemknekaggafmlbinceokhdbidc
URL Oficial https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc
Descripción 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Tamaño del Archivo 111 KB
Cantidad de Instalaciones 14
Versión Actual 1.0
Última Actualización 2016-10-18
Fecha de Publicación 2016-10-18
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador syvdv
Tipo de Pago free
Idiomas Soportados 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"
    ]
}