Better News Feed

Increases productivity by replacing Facebook News Feed with photo and inspirational quote

What is Better News Feed?

Better News Feed is a Chrome extension developed by vpontis, and its main feature is "Increases productivity by replacing Facebook News Feed with photo and inspirational quote".

Extension Screenshots

screenshot

Download Better News Feed Extension CRX File

Download Better News 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

                        Replace your News Feed with an inspirational quote and nice picture. Save time by having more control over your News Feed. This extension blocks News Feed by default but also allows you to selectively enable News Feed for when you want to browse. 

This is a fork and improvement of Neal Wu's Kill News Feed.                    

Extension Basic Information

Name Better News Feed Better News Feed
ID ckkppjogapagpeimgiadengmdphhline
Official URL https://chromewebstore.google.com/detail/better-news-feed/ckkppjogapagpeimgiadengmdphhline
Description Increases productivity by replacing Facebook News Feed with photo and inspirational quote
File Size 1.2 MB
Installation Count 150
Current Version 1.3.1
Last Updated 2016-01-03
Publish Date 2016-01-03
Rating 4.42/5 Total 12 Ratings
Developer vpontis
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "betterify.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Increases productivity by replacing Facebook News Feed with photo and inspirational quote",
    "icons": {
        "16": "images\/bnf-logo16.png",
        "48": "images\/bnf-logo48.png",
        "128": "images\/bnf-logo128.png"
    },
    "manifest_version": 2,
    "name": "Better News Feed",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*",
        "pictures.json",
        "quotes.json"
    ],
    "version": "1.3.1"
}