QCLean:Remove Facebook Ads,Suggested Pages&Posts

QCLean:Remove Facebook Ads,Suggested Pages&Posts

Remove Ads, Suggested Pages and Posts on News feed of Facebook.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "default_locale": "en",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDescription__",
  "version": "0.5.9.6",
  "minimum_chrome_version": "40",
  "minimum_edge_version": "40.15063",
  "author": "Qing-Cheng Li",
  "applications": {
    "gecko": {
      "id": "jid0-wpCH2liWmuMjc8AV1VWejWvGjBI@jetpack",
      "strict_min_version": "53.0"
    }
  },
  "manifest_version": 2,
  "icons": {
    "16": "icons/qclean-16.png",
    "48": "icons/qclean-48.png",
    "128": "icons/qclean-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.facebook.com/*",
        "http://*.facebook.com/*"
      ],
      "js": [
        "qclean.js"
      ],
      "css": [
        "qclean.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_icon": {
      "20": "icons/qclean-20.png",
      "38": "icons/qclean-38.png",
      "40": "icons/qclean-40.png"
    },
    "default_title": "QCLean",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "options_page": "options.html"
}