Clean feed

Remove all social interactions informations on facebook wall.

Clean feed là gì?

Clean feed là một tiện ích mở rộng Chrome được phát triển bởi Laurent Berthelot, và tính năng chính của nó là "Remove all social interactions informations on facebook wall.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clean feed

Tải xuống các tệp mở rộng Clean feed 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clean feed Clean feed
ID efladpoendbckpfaecbojpbeobmkjcna
URL Chính Thức https://chromewebstore.google.com/detail/clean-feed/efladpoendbckpfaecbojpbeobmkjcna
Mô tả Remove all social interactions informations on facebook wall.
Kích Thước Tệp 84.92 KB
Số Lần Cài Đặt 917
Phiên Bản Hiện Tại 0.21
Cập Nhật Lần Cuối 2015-04-24
Ngày Phát Hành 2015-04-24
Đánh Giá 2.75/5 Tổng số 28 Đánh Giá
Nhà Phát Triển Laurent Berthelot
Loại Thanh Toán free
Trang Web Mở Rộng http://www.especedepetitefille.com
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}