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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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