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.

Apa itu 9GAG Profile Picture?

9GAG Profile Picture adalah ekstensi Chrome yang dikembangkan oleh syvdv, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 9GAG Profile Picture

Unduh file ekstensi 9GAG Profile Picture dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama 9GAG Profile Picture 9GAG Profile Picture
ID phmoabemknekaggafmlbinceokhdbidc
URL Resmi https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc
Deskripsi 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Ukuran File 111 KB
Jumlah Instalasi 14
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-10-18
Tanggal Publikasi 2016-10-18
Penilaian 3.67/5 Total 3 Penilaian
Pengembang syvdv
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}