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.

Co to jest 9GAG Profile Picture?

9GAG Profile Picture to rozszerzenie Chrome opracowane przez syvdv, a jego główną funkcją jest „9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia 9GAG Profile Picture

Pobierz pliki rozszerzeń 9GAG Profile Picture w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa 9GAG Profile Picture 9GAG Profile Picture
ID phmoabemknekaggafmlbinceokhdbidc
Oficjalny URL https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc
Opis 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Rozmiar pliku 111 KB
Liczba instalacji 14
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-10-18
Data Publikacji 2016-10-18
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper syvdv
Typ Płatności free
Obsługiwane Języki 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"
    ]
}