Facebook News Feed and Chat Remover
Removes the News Feed and chat bar on Facebook.com
Facebook News Feed and Chat Remover란 무엇입니까?
Facebook News Feed and Chat Remover은(는) Jonah Bolotin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the News Feed and chat bar on Facebook.com"입니다.
확장 프로그램 스크린샷
Facebook News Feed and Chat Remover 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Removes chat sidebar but still allows for chat functionality through the messages icon. In order to increase productivity and waste less time, this extension is designed to remove distracting features of Facebook. However, unlike other News Feed removers, this allows you to quickly toggle between displaying the news feed and hiding it entirely, with the default set to hidden. The extension neither stores nor accesses any data besides removing the elements rendered in your browser on Facebook.com websites.
확장 프로그램 기본 정보
이름 | ![]() |
ID | ionkohfdcpaccklgngcbaobiefhocfdl |
공식 URL | https://chrome.google.com/webstore/detail/facebook-news-feed-and-ch/ionkohfdcpaccklgngcbaobiefhocfdl |
설명 | Removes the News Feed and chat bar on Facebook.com |
파일 크기 | 34.32 KB |
설치 횟수 | 69 |
현재 버전 | 1.6 |
최근 업데이트 | 2018-05-04 |
출시 날짜 | 2018-05-04 |
평점 | 4.25/5 총 4 개의 평점 |
개발자 | Jonah Bolotin |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.linkedin.com/in/jonah-bolotin/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facebook News Feed and Chat Remover", "version": "1.6", "description": "Removes the News Feed and chat bar on Facebook.com", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery-3.3.1.min.js", "script.js" ], "css": [ "style.css" ] } ], "manifest_version": 2 } |