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 |
官方網址 | 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'" } |