Facebook usability suite

Facebook usability suite

Options to * remove promoted items from the timeline * remove suggested groups from right column * remove suggested pages from right column * unwrap outbound links * remove "trending topics" * remove right column ads * other good stuff

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Fecebook usability suite",
  "shortname": "Fecebook usability suite",
  "version": "2.0.9",
  "description": "Tools for making Facebook usable",
  "homepage_url": "https://astoundingteam.com/",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "*://*.facebook.com/*",
    "webRequest"
  ],
  "icons": {
    "128": "eye128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "settings/options.html"
  },
  "manifest_version": 2
}