Profile Picture UnBlock for Facebook

Extension unblocks protected profile pictures and makes them clickable

Profile Picture UnBlock for Facebook là gì?

Profile Picture UnBlock for Facebook là một tiện ích mở rộng Chrome được phát triển bởi owlpostarun, và tính năng chính của nó là "Extension unblocks protected profile pictures and makes them clickable".

Tải xuống tệp CRX của tiện ích mở rộng Profile Picture UnBlock for Facebook

Tải xuống các tệp mở rộng Profile Picture UnBlock for Facebook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Profile Picture UnBlock for Facebook Profile Picture UnBlock for Facebook
ID fnanjnnchncdkfmjghfnkpaonepbopea
URL Chính Thức https://chrome.google.com/webstore/detail/profile-picture-unblock-f/fnanjnnchncdkfmjghfnkpaonepbopea
Mô tả Extension unblocks protected profile pictures and makes them clickable
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 323
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2015-01-17
Ngày Phát Hành 2015-01-17
Đánh Giá 2.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển owlpostarun
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}