Unsuggested for Facebook

Unsuggested for Facebook

Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed.",
  "name": "Unsuggested for Facebook",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "jquery-min.js",
        "mutation_summary.js",
        "unsuggest.js"
      ]
    }
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "version": "0.81"
}