friends feed for Facebook
Enjoy Facebook News Feed with stories only by your friends and pages you follow.
什麼是friends feed for Facebook?
friends feed for Facebook是由http://foxvalleyapps.com開發的Chrome擴展程式,該擴展的主要功能是“Enjoy Facebook News Feed with stories only by your friends and pages you follow.”。
擴展截圖
下載friends feed for Facebook擴展crx文件
下載friends feed for Facebook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | nlenanfmnogchfccgdadohbacedphodd |
官方網址 | https://chrome.google.com/webstore/detail/friends-feed-for-facebook/nlenanfmnogchfccgdadohbacedphodd |
簡介 | Enjoy Facebook News Feed with stories only by your friends and pages you follow. |
檔案大小 | 49.71 KB |
安裝次數 | 5,000 |
目前版本 | 1.7.6 |
更新時間 | 2019-09-09 |
上架時間 | 2019-09-09 |
評分 | 4.45/5 共 170 次評分 |
開發者 | http://foxvalleyapps.com |
付費類型 | free |
擴展官網 | http://foxvalleyapps.com/friendsfeed |
支援的語言 | 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" } |