Hide News Feed
Hide the Facebook(new design) News Feed to focus more on your goals
What is Hide News Feed?
Hide News Feed is a Chrome extension developed by Mahmoud Zohdi, and its main feature is "Hide the Facebook(new design) News Feed to focus more on your goals".
Extension Screenshots
Download Hide News Feed Extension CRX File
Download Hide News Feed 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
Hide News Feed is a chrome extension to hide the Facebook(new design) News Feed to focus more on your goals.
Extension Basic Information
Name | Hide News Feed |
ID | eklocgfahbmpdaakegdgommndamckmak |
Official URL | https://chromewebstore.google.com/detail/hide-news-feed/eklocgfahbmpdaakegdgommndamckmak |
Description | Hide the Facebook(new design) News Feed to focus more on your goals |
File Size | 7.99 KB |
Installation Count | 24 |
Current Version | 1.0.3 |
Last Updated | 2020-04-21 |
Publish Date | 2020-04-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mahmoud Zohdi |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide News Feed", "version": "1.0.3", "manifest_version": 2, "description": "Hide the Facebook(new design) News Feed to focus more on your goals", "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/", "https:\/\/*.facebook.com\/?*" ], "css": [ "hide-facebook-newsfeed.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |