Profile Picture UnBlock for Facebook

Extension unblocks protected profile pictures and makes them clickable

Qu'est-ce que Profile Picture UnBlock for Facebook ?

Profile Picture UnBlock for Facebook est une extension Chrome développée par owlpostarun, et sa fonction principale est "Extension unblocks protected profile pictures and makes them clickable".

Télécharger le fichier CRX de l'extension Profile Picture UnBlock for Facebook

Téléchargez les fichiers d'extension Profile Picture UnBlock for Facebook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Profile Picture UnBlock for Facebook Profile Picture UnBlock for Facebook
ID fnanjnnchncdkfmjghfnkpaonepbopea
URL Officiel https://chrome.google.com/webstore/detail/profile-picture-unblock-f/fnanjnnchncdkfmjghfnkpaonepbopea
Description Extension unblocks protected profile pictures and makes them clickable
Taille du Fichier 127 KB
Nombre d'Installations 323
Version Actuelle 2.0
Dernière Mise à Jour 2015-01-17
Date de Publication 2015-01-17
Évaluation 2.00/5 Total 4 Évaluations
Développeur owlpostarun
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}