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.

Τι είναι το 9GAG Profile Picture;

Το 9GAG Profile Picture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον syvdv, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης 9GAG Profile Picture

Λήψη αρχείων επέκτασης 9GAG Profile Picture σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα 9GAG Profile Picture 9GAG Profile Picture
ID phmoabemknekaggafmlbinceokhdbidc
Επίσημο URL https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc
Περιγραφή 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Μέγεθος Αρχείου 111 KB
Αριθμός Εγκαταστάσεων 14
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-10-18
Ημερομηνία Δημοσίευσης 2016-10-18
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής syvdv
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}