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
Eメール [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
}