Clean feed

Remove all social interactions informations on facebook wall.

什么是Clean feed?

Clean feed是由Laurent Berthelot开发的Chrome扩展程序,该扩展的主要功能是“Remove all social interactions informations on facebook wall.”。

扩展截图

screenshot
screenshot

下载Clean feed扩展crx文件

下载Clean feed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Remove all social interactions stuff from Facebook :
- Hide "like", "comment" & "share" buttons on timeline.
- Hide all comments on timeline.
- Hide the name of publishers on timeline. 
- Hide "Friends activity" on right sidebar.

Increase your productivity, increase your monitoring quality : 
- Straight to the point / focus on contents published by friends, companies, FB pages, etc.
- Stop wasting time by reading no relevant stuffs.
- Change the way you considers post from your friends or companies.

Toggle "on/off" functionality. 
/!\ After installing the extension, close all Facebook tabs and relaunch one, wait few seconds for the first initialization.                    

扩展基本信息

名称 Clean feed Clean feed
ID efladpoendbckpfaecbojpbeobmkjcna
官方URL https://chromewebstore.google.com/detail/clean-feed/efladpoendbckpfaecbojpbeobmkjcna
简介 Remove all social interactions informations on facebook wall.
文件大小 84.92 KB
安装次数 917
当前版本 0.21
更新时间 2015-04-24
上架时间 2015-04-24
评分 2.75/5 共28次评分
开发者 Laurent Berthelot
付费类型 free
扩展官网 http://www.especedepetitefille.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean feed",
    "version": "0.21",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; ",
    "description": "Remove all social interactions informations on facebook wall.",
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19x19.png",
            "16": "icon-16x16.png",
            "48": "icon-48x48.png",
            "128": "icon-128x128.png"
        },
        "default_title": "Clean feed",
        "badge": "on"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.1.min.js",
                "fb_like_remover.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}