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.

Co je 9GAG Profile Picture?

9GAG Profile Picture je rozšíření Chrome vyvinuté syvdv, a jeho hlavní funkcí je „9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření 9GAG Profile Picture

Stáhněte si soubory rozšíření 9GAG Profile Picture ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název 9GAG Profile Picture 9GAG Profile Picture
ID phmoabemknekaggafmlbinceokhdbidc
Oficiální URL https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc
Popis 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Velikost souboru 111 KB
Počet instalací 14
Aktuální Verze 1.0
Poslední Aktualizace 2016-10-18
Datum Vydání 2016-10-18
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář syvdv
Typ Platby free
Podporované Jazyky 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"
    ]
}