sneak-peak
View facebook pics of any user.
What is sneak-peak?
sneak-peak is a Chrome extension developed by Anurag, and its main feature is "View facebook pics of any user.".
Extension Screenshots
Download sneak-peak Extension CRX File
Download sneak-peak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
View (hidden) facebook pictures of any user. They don't really need to be your friends.
Extension Basic Information
Name | sneak-peak |
ID | cpimjbpbkpggeiicmehlcnmdoecmfane |
Official URL | https://chromewebstore.google.com/detail/sneak-peak/cpimjbpbkpggeiicmehlcnmdoecmfane |
Description | View facebook pics of any user. |
File Size | 177 KB |
Installation Count | 3,179 |
Current Version | 0.2.0 |
Last Updated | 2015-03-17 |
Publish Date | 2015-03-17 |
Rating | 2.97/5 Total 35 Ratings |
Developer | Anurag |
Payment Type | free |
Extension Website | http://www.anuragkr.in/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "sneak-peak", "version": "0.2.0", "description": "View facebook pics of any user.", "icons": { "16": "icons\/sneak16.png", "48": "icons\/sneak48.png", "128": "icons\/sneak128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/sneak1281.png", "default_title": "sneak-peak", "default_popup": "main.html" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |