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