Focus for Facebook (Free)
Follow only the people who matter most.
What is Focus for Facebook (Free)?
Focus for Facebook (Free) is a Chrome extension developed by http://www.focusfacebook.com, and its main feature is "Follow only the people who matter most.".
Extension Screenshots
Download Focus for Facebook (Free) Extension CRX File
Download Focus for Facebook (Free) 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
Free version, enjoy! If you like it please considering purchasing the paid one. They are identical, but the paid will help me recoup some costs. Focus for Facebook makes Facebook work better for you, by unfollowing everyone in your news feed. This removes all distractions and then you can re-follow just the people you care about. It's a way of managing your Facebook time, without losing access to photos, tags, messages, or any other Facebook functionality.
Extension Basic Information
Name | |
ID | nkfihjeabidogobakemheeogdlkdgofb |
Official URL | https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb |
Description | Follow only the people who matter most. |
File Size | 434 KB |
Installation Count | 116 |
Current Version | 1.2 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 3.50/5 Total 4 Ratings |
Developer | http://www.focusfacebook.com |
Payment Type | free |
Extension Website | http://www.focusfacebook.com |
Help Page URL | http://www.focusfacebook.com/faq.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focus for Facebook (Free)", "description": "Follow only the people who matter most.", "version": "1.2", "icons": { "128": "img\/ico128.png" }, "background": { "persistent": true, "scripts": [ "background\/background.js" ] }, "browser_action": { "default_icon": "img\/ico.png" }, "permissions": [ "tabs", "storage", "notifications", "http:\/\/www.focusfacebook.com\/", "https:\/\/www.facebook.com\/", "https:\/\/www.google-analytics.com\/analytics.js" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |