Facebook News Feed and Chat Remover
Removes the News Feed and chat bar on Facebook.com
What is Facebook News Feed and Chat Remover?
Facebook News Feed and Chat Remover is a Chrome extension developed by Jonah Bolotin, and its main feature is "Removes the News Feed and chat bar on Facebook.com".
Extension Screenshots
Download Facebook News Feed and Chat Remover Extension CRX File
Download Facebook News Feed and Chat Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | ionkohfdcpaccklgngcbaobiefhocfdl |
Official URL | https://chrome.google.com/webstore/detail/facebook-news-feed-and-ch/ionkohfdcpaccklgngcbaobiefhocfdl |
Description | Removes the News Feed and chat bar on Facebook.com |
File Size | 34.32 KB |
Installation Count | 69 |
Current Version | 1.6 |
Last Updated | 2018-05-04 |
Publish Date | 2018-05-04 |
Rating | 4.25/5 Total 4 Ratings |
Developer | Jonah Bolotin |
Payment Type | free |
Extension Website | https://www.linkedin.com/in/jonah-bolotin/ |
Supported Languages | 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 } |