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.

Was ist 9GAG Profile Picture?

9GAG Profile Picture ist eine Chrome-Erweiterung, die von syvdv entwickelt wurde, und ihr Hauptmerkmal ist "9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.".

Erweiterungsscreenshots

screenshot

9GAG Profile Picture-Erweiterungs-CRX-Datei herunterladen

Laden Sie 9GAG Profile Picture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name 9GAG Profile Picture 9GAG Profile Picture
ID phmoabemknekaggafmlbinceokhdbidc
Offizielle URL https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc
Beschreibung 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Dateigröße 111 KB
Installationsanzahl 14
Aktuelle Version 1.0
Letztes Update 2016-10-18
Veröffentlichungsdatum 2016-10-18
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler syvdv
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}