Disable Facebook News Feed & Story

Disable Facebook News Feed & Story

Removes News Feed & Story from Facebook. Save your time from scrolling through newsfeed and checking story.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Removes News Feed & Story from Facebook.",
  "manifest_version": 2,
  "name": "Disable Facebook News Feed & Story",
  "version": "1.3",
  "author": "Shahriar Ahmed Shovon",
  "homepage_url": "https://shahriarahmed.me/firefox/addon/disable-fb-news-feed-story/",
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  },
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{32becb5b-ff97-4b59-9b37-f6289d2a0cb9}"
    }
  }
}