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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में 9GAG Profile Picture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}