Friends Visual Map

Interactive visualization of social circles in your Facebook friends graph. Discover music and movies shared in your network. See…
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Friends Visual Map",
  "version": "1.2",
  "icons": {
    "24": "24.png",
    "128": "128.png"
  },
  "app": {
    "urls": [
      "https://fb.q1000.ro/facebook/wrapper.html"
    ],
    "launch": {
      "web_url": "https://fb.q1000.ro/facebook/wrapper.html"
    }
  },
  "permissions": [],
  "manifest_version": 2
}