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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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 } |