Feedless Facebook

Hides the facebook newsfeed

What is Feedless Facebook?

Feedless Facebook is a Chrome extension developed by http://www.owocki.com, and its main feature is "Hides the facebook newsfeed".

Download Feedless Facebook Extension CRX File

Download Feedless Facebook 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

                        Tired of browsing your newsfeed for 3 minutes every time you go to facebook?  Feedless Facebook prevents this temptation by hiding your newsfeed.                    

Extension Basic Information

Name Feedless Facebook Feedless Facebook
ID dkkihkgglcnciamkeochpchahlegepif
Official URL https://chrome.google.com/webstore/detail/feedless-facebook/dkkihkgglcnciamkeochpchahlegepif
Description Hides the facebook newsfeed
File Size 3.11 KB
Installation Count 40
Current Version 1.0
Last Updated 2014-05-25
Publish Date 2014-05-25
Rating 3.50/5 Total 2 Ratings
Developer http://www.owocki.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedless Facebook",
    "version": "1.0",
    "description": "Hides the facebook newsfeed",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}