Profile Picture UnBlock for Facebook

Extension unblocks protected profile pictures and makes them clickable

Profile Picture UnBlock for Facebookคืออะไร?

Profile Picture UnBlock for Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย owlpostarun และคุณลักษณะหลักของมันคือ "Extension unblocks protected profile pictures and makes them clickable"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Profile Picture UnBlock for Facebook

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}