Aaron's FB news feed cleaner

Aaron's FB news feed cleaner

Basically squishes anything 'shared', 'sponsored', or originating from a page or person that you're not directly following.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Aaron's FB news feed cleaner",
  "version": "1.3",
  "description": "Basically squishes anything 'shared', 'sponsored', or originating from a page or person that you're not directly following.",
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "jquery.js",
        "content_script.js"
      ]
    }
  ],
  "manifest_version": 2
}