Profile Picture UnBlock for Facebook

Extension unblocks protected profile pictures and makes them clickable

Profile Picture UnBlock for Facebookとは何ですか?

Profile Picture UnBlock for Facebookはowlpostarunによって開発されたChromeの拡張機能で、その主な機能は「Extension unblocks protected profile pictures and makes them clickable」です。

Profile Picture UnBlock for Facebook拡張機能のCRXファイルをダウンロード

Profile Picture UnBlock for Facebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        STEPS TO USE:
1. Install extension
2. Reload Facebook page
3. Un-clickable profile picture is now clickable


Note: This extension does not collect any information from you whatsoever. Will opensource this after cleaning up the code.                    

拡張機能の基本情報

名前 Profile Picture UnBlock for Facebook Profile Picture UnBlock for Facebook
ID fnanjnnchncdkfmjghfnkpaonepbopea
公式URL https://chrome.google.com/webstore/detail/profile-picture-unblock-f/fnanjnnchncdkfmjghfnkpaonepbopea
説明 Extension unblocks protected profile pictures and makes them clickable
ファイルサイズ 127 KB
インストール数 323
現在のバージョン 2.0
最終更新日 2015-01-17
公開日 2015-01-17
評価 2.00/5 合計 4 レビュー
開発者 owlpostarun
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Profile Picture UnBlock for Facebook",
    "description": "Extension unblocks protected profile pictures and makes them clickable",
    "version": "2.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "short_name": "Pic Unblock",
    "web_accessible_resources": [
        "lightbox\/img\/close.png",
        "lightbox\/img\/loading.gif",
        "lightbox\/img\/next.png",
        "lightbox\/img\/prev.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "lightbox\/css\/lightbox.css"
            ],
            "js": [
                "lightbox\/js\/jquery-1.11.0.min.js",
                "lightbox\/js\/lightbox.js",
                "content.js"
            ]
        }
    ]
}