Hide News for Facebook with Timer

Show and hide the news feed with the click of a button, now with a timer.

What is Hide News for Facebook with Timer?

Hide News for Facebook with Timer is a Chrome extension developed by https://www.brovalex.com, and its main feature is "Show and hide the news feed with the click of a button, now with a timer.".

Extension Screenshots

screenshot
screenshot

Download Hide News for Facebook with Timer Extension CRX File

Download Hide News for Facebook with Timer 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

                        New in v1.7: Now with timer! + You can now hide your feed again after showing it (added hide feed button) + there is also a new timer that tracks the time spent reading your feed so that you can keep yourself in check!

Avoid getting distracted and procrastination by removing your newsfeed. Kill the news feed, get rid of its kittens and rabbit holes, and get productive! No more wasting time when you check your messages and notifications.

This extension lets you unhide your feed with a click of a button, so you don't need to uninstall it to see show your feed. The feed is hidden by default when you open the page. 

You will have access to your messages, notifications and all other functionality. You can continue using the site as you normally would. 

New in v1.4: the extension also now hides the "trending" and "suggested groups" panels on the right.                    

Extension Basic Information

Name Hide News for Facebook with Timer Hide News for Facebook with Timer
ID fohdbaioejiekbmphjempgmniojhjgin
Official URL https://chromewebstore.google.com/detail/hide-news-for-facebook-wi/fohdbaioejiekbmphjempgmniojhjgin
Description Show and hide the news feed with the click of a button, now with a timer.
File Size 10.41 KB
Installation Count 270
Current Version 1.9
Last Updated 2017-07-12
Publish Date 2017-07-12
Rating 4.14/5 Total 7 Ratings
Developer https://www.brovalex.com
Payment Type free
Extension Website http://www.brovalex.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide News for Facebook with Timer",
    "description": "Show and hide the news feed with the click of a button, now with a timer. ",
    "version": "1.9",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "feedblock.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "load.gif"
    ]
}