Hide News for Facebook with Timer

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

什么是Hide News for Facebook with Timer?

Hide News for Facebook with Timer是由https://www.brovalex.com开发的Chrome扩展程序,该扩展的主要功能是“Show and hide the news feed with the click of a button, now with a timer.”。

扩展截图

screenshot
screenshot

下载Hide News for Facebook with Timer扩展crx文件

下载Hide News for Facebook with Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hide News for Facebook with Timer Hide News for Facebook with Timer
ID fohdbaioejiekbmphjempgmniojhjgin
官方URL https://chromewebstore.google.com/detail/hide-news-for-facebook-wi/fohdbaioejiekbmphjempgmniojhjgin
简介 Show and hide the news feed with the click of a button, now with a timer.
文件大小 10.41 KB
安装次数 270
当前版本 1.9
更新时间 2017-07-12
上架时间 2017-07-12
评分 4.14/5 共7次评分
开发者 https://www.brovalex.com
付费类型 free
扩展官网 http://www.brovalex.com
支持的语言 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"
    ]
}