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.

Vad är 9GAG Profile Picture?

9GAG Profile Picture är en Chrome-tillägg utvecklad av syvdv, och dess huvudfunktion är "9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.".

Tilläggsskärmbilder

screenshot

Ladda ner 9GAG Profile Picture-förlängningens CRX-fil

Ladda ner 9GAG Profile Picture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn 9GAG Profile Picture 9GAG Profile Picture
ID phmoabemknekaggafmlbinceokhdbidc
Officiell webbadress https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc
Beskrivning 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Filstorlek 111 KB
Antal Installationer 14
Aktuell Version 1.0
Senast Uppdaterad 2016-10-18
Publiceringsdatum 2016-10-18
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare syvdv
Betalningssätt free
Stödda Språk 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"
    ]
}