No Feed

Hide the Facebook News Feed

What is No Feed?

No Feed is a Chrome extension developed by David Albert, and its main feature is "Hide the Facebook News Feed".

Extension Screenshots

screenshot

Download No Feed Extension CRX File

Download No Feed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        I find the Facebook News Feed too distracting. This extension hides it.                    

Extension Basic Information

Name No Feed No Feed
ID ajhlinhaimmakhbabjcgmhchbpehgkog
Official URL https://chromewebstore.google.com/detail/no-feed/ajhlinhaimmakhbabjcgmhchbpehgkog
Description Hide the Facebook News Feed
File Size 10.28 KB
Installation Count 42
Current Version 1.4
Last Updated 2013-11-23
Publish Date 2013-11-23
Rating 4.50/5 Total 2 Ratings
Developer David Albert
Payment Type free
Extension Website http://github.com/davidbalbert/nofeed
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Feed",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Hide the Facebook News Feed",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/",
                "https:\/\/www.facebook.com\/",
                "http:\/\/www.facebook.com\/home.php",
                "https:\/\/www.facebook.com\/home.php"
            ],
            "css": [
                "nofeed.css"
            ]
        }
    ]
}