friends feed for Facebook
Enjoy Facebook News Feed with stories only by your friends and pages you follow.
friends feed for Facebook là gì?
friends feed for Facebook là một tiện ích mở rộng Chrome được phát triển bởi http://foxvalleyapps.com, và tính năng chính của nó là "Enjoy Facebook News Feed with stories only by your friends and pages you follow.".
Ả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 friends feed for Facebook
Tải xuống các tệp mở rộng friends feed for Facebook 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
Facebook's News Feed is full of stories about what your friends liked so you can easily miss actual posts from your friends. This extension will hide all stories of what your friends liked or commented on. The extension will also hide Suggested stories and People you may know stories. There is an option to fade these unwanted stories, so you can still see them, but they are not disturbing so much. Now with the updated and more accurate algorithm. Enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nlenanfmnogchfccgdadohbacedphodd |
URL Chính Thức | https://chrome.google.com/webstore/detail/friends-feed-for-facebook/nlenanfmnogchfccgdadohbacedphodd |
Mô tả | Enjoy Facebook News Feed with stories only by your friends and pages you follow. |
Kích Thước Tệp | 49.71 KB |
Số Lần Cài Đặt | 5,000 |
Phiên Bản Hiện Tại | 1.7.6 |
Cập Nhật Lần Cuối | 2019-09-09 |
Ngày Phát Hành | 2019-09-09 |
Đánh Giá | 4.45/5 Tổng số 170 Đánh Giá |
Nhà Phát Triển | http://foxvalleyapps.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://foxvalleyapps.com/friendsfeed |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "friends feed for Facebook", "short_name": "friends feed", "description": "Enjoy Facebook News Feed with stories only by your friends and pages you follow.", "version": "1.7.6", "icons": { "48": "[email protected]", "128": "[email protected]" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "style.css" ], "js": [ "underscore.js", "script.js" ] } ], "permissions": [ "activeTab", "storage", "https:\/\/www.facebook.com\/" ], "options_page": "preferences.html" } |