Profile Picture UnBlock for Facebook
Extension unblocks protected profile pictures and makes them clickable
Wat is Profile Picture UnBlock for Facebook?
Profile Picture UnBlock for Facebook is een Chrome-extensie ontwikkeld door owlpostarun, en de belangrijkste functie is "Extension unblocks protected profile pictures and makes them clickable".
Download het CRX-bestand van de extensie Profile Picture UnBlock for Facebook
Download Profile Picture UnBlock for Facebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fnanjnnchncdkfmjghfnkpaonepbopea |
Officiële URL | https://chrome.google.com/webstore/detail/profile-picture-unblock-f/fnanjnnchncdkfmjghfnkpaonepbopea |
Beschrijving | Extension unblocks protected profile pictures and makes them clickable |
Bestandsgrootte | 127 KB |
Aantal Installaties | 323 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2015-01-17 |
Publicatiedatum | 2015-01-17 |
Beoordeling | 2.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | owlpostarun |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |