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.”。
擴展截圖
下載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).
擴展基本資訊
名稱 | |
ID | hjobfcedfgohjkaieocljfcppjbkglfd |
官方網址 | 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 } |