Kill News Feed

Saves you time by getting rid of Facebook news feed.

Kill News Feed là gì?

Kill News Feed là một tiện ích mở rộng Chrome được phát triển bởi Neal Wu, và tính năng chính của nó là "Saves you time by getting rid of Facebook news feed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kill News Feed

Tải xuống các tệp mở rộng Kill News Feed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kill News Feed Kill News Feed
ID hjobfcedfgohjkaieocljfcppjbkglfd
URL Chính Thức https://chrome.google.com/webstore/detail/kill-news-feed/hjobfcedfgohjkaieocljfcppjbkglfd
Mô tả Saves you time by getting rid of Facebook news feed.
Kích Thước Tệp 1.17 MB
Số Lần Cài Đặt 47,617
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2022-09-28
Ngày Phát Hành 2020-04-06
Đánh Giá 4.61/5 Tổng số 680 Đánh Giá
Nhà Phát Triển Neal Wu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://killnewsfeed.com/
Ngôn Ngữ Được Hỗ Trợ 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
}