Save to Face Book. From web to Saved FB

Save to Face Book. From web to Saved FB

Save links for later, that allows you to store any page with just one click to your Facebook's Saved section. Easily save to your FB

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "version": "1.4.2",
  "default_locale": "en",
  "icons": {
    "16": "assets/16.png",
    "48": "assets/48.png",
    "128": "assets/128.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "incognito": "split",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.facebook.com; object-src 'self' https://*.facebook.com;"
}