Focus for Facebook (Free)
Follow only the people who matter most.
什么是Focus for Facebook (Free)?
Focus for Facebook (Free)是由http://www.focusfacebook.com开发的Chrome扩展程序,该扩展的主要功能是“Follow only the people who matter most.”。
扩展截图
下载Focus for Facebook (Free)扩展crx文件
下载Focus for Facebook (Free)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | nkfihjeabidogobakemheeogdlkdgofb |
官方URL | https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb |
简介 | Follow only the people who matter most. |
文件大小 | 434 KB |
安装次数 | 116 |
当前版本 | 1.2 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 3.50/5 共4次评分 |
开发者 | http://www.focusfacebook.com |
付费类型 | free |
扩展官网 | http://www.focusfacebook.com |
帮助页面URL | http://www.focusfacebook.com/faq.html |
支持的语言 | 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'" } |