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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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