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によって開発された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.」です。

拡張機能のスクリーンショット

screenshot

9GAG Profile Picture拡張機能のCRXファイルをダウンロード

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