Kill News Feed

Saves you time by getting rid of Facebook news feed.

什么是Kill News Feed?

Kill News Feed是由Neal Wu开发的Chrome扩展程序,该扩展的主要功能是“Saves you time by getting rid of Facebook news feed.”。

扩展截图

screenshot
screenshot

下载Kill News Feed扩展crx文件

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

扩展使用说明

                        Kills the news feed and replaces it with a message reminding you not to get distracted. That's it. You can still check your messages and notifications, post status updates, and do everything you could do before. You just won't get distracting news feed posts anymore.

No more wasting time on Facebook. No more getting distracted when you log on to send a message. It's that simple.

**Updated on April 5, 2020 to support the new Facebook redesign and also to remove stories.

**Updated on Sep 27, 2022 to support the new Facebook redesign (again).                    

扩展基本信息

名称 Kill News Feed Kill News Feed
ID hjobfcedfgohjkaieocljfcppjbkglfd
官方URL https://chrome.google.com/webstore/detail/kill-news-feed/hjobfcedfgohjkaieocljfcppjbkglfd
简介 Saves you time by getting rid of Facebook news feed.
文件大小 1.17 MB
安装次数 47,617
当前版本 1.3.0
更新时间 2022-09-28
上架时间 2020-04-06
评分 4.61/5 共680次评分
开发者 Neal Wu
电子邮箱 [email protected]
付费类型 free
扩展官网 http://killnewsfeed.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kill News Feed",
    "version": "1.3.0",
    "description": "Saves you time by getting rid of Facebook news feed.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "kill.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon-red-16.png",
        "32": "images\/icon-red-32.png",
        "48": "images\/icon-red-48.png",
        "128": "images\/icon-red-128.png",
        "256": "images\/icon-red.png"
    },
    "permissions": [],
    "manifest_version": 3
}