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.

Hvad er 9GAG Profile Picture?

9GAG Profile Picture er en Chrome-udvidelse udviklet af syvdv, og dens hovedfunktion er "9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.".

Udvidelsesskærmbilleder

screenshot

Download 9GAG Profile Picture-udvidelses-CRX-fil

Download 9GAG Profile Picture-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn 9GAG Profile Picture 9GAG Profile Picture
ID phmoabemknekaggafmlbinceokhdbidc
Officiel URL https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc
Beskrivelse 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Filstørrelse 111 KB
Antal Installationer 14
Nuværende Version 1.0
Senest Opdateret 2016-10-18
Udgivelsesdato 2016-10-18
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler syvdv
Betalingsmetode free
Understøttede Sprog 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"
    ]
}