Focus for Facebook (Free)
Follow only the people who matter most.
Focus for Facebook (Free) là gì?
Focus for Facebook (Free) là một tiện ích mở rộng Chrome được phát triển bởi http://www.focusfacebook.com, và tính năng chính của nó là "Follow only the people who matter most.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Focus for Facebook (Free)
Tải xuống các tệp mở rộng Focus for Facebook (Free) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nkfihjeabidogobakemheeogdlkdgofb |
URL Chính Thức | https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb |
Mô tả | Follow only the people who matter most. |
Kích Thước Tệp | 434 KB |
Số Lần Cài Đặt | 116 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://www.focusfacebook.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.focusfacebook.com |
URL Trang Trợ Giúp | http://www.focusfacebook.com/faq.html |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |