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