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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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!                    

扩展基本信息

名称 friends feed for Facebook friends feed for Facebook
ID nlenanfmnogchfccgdadohbacedphodd
官方URL 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"
}