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.

Cos'è 9GAG Profile Picture?

9GAG Profile Picture è un'estensione di Chrome sviluppata da syvdv, e la sua funzione principale è "9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 9GAG Profile Picture

Scarica i file di estensione 9GAG Profile Picture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 9GAG Profile Picture 9GAG Profile Picture
ID phmoabemknekaggafmlbinceokhdbidc
URL Ufficiale https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc
Descrizione 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Dimensione del File 111 KB
Conteggio Installazioni 14
Versione Corrente 1.0
Ultimo Aggiornamento 2016-10-18
Data di Pubblicazione 2016-10-18
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore syvdv
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}