Unsuggested for Facebook

Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed.

什麼是Unsuggested for Facebook?

Unsuggested for Facebook是由@alecmatias開發的Chrome擴展程式,該擴展的主要功能是“Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed.”。

擴展截圖

screenshot

下載Unsuggested for Facebook擴展crx文件

下載Unsuggested for Facebook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Sick of companies forcing content into your news feed? Do you wish you could hide all the Suggested Posts, Pages, and Likes? Unsuggested for Facebook is here to help!

Simply install the extension, reload Facebook, and THAT'S IT! It will hide all that invasive content from your news feed and only leave behind a short-n-sweet message letting you know something was hidden.

PLEASE NOTE: During installation, Chrome will inform you that this extension will have access to your data on Facebook.com but rest assured it does not track, store, or send your Facebook data in any way, shape, or form and it never will. This is simply a permissions requirement so it can hide those unwanted posts for you. Google is informing you that this extension could do those things, not that it does. (And it won't, ever, I promise!)                    

擴展基本資訊

名稱 Unsuggested for Facebook Unsuggested for Facebook
ID aafbgdfjkacljfjjnpoolgkgealgfjbp
官方網址 https://chromewebstore.google.com/detail/unsuggested-for-facebook/aafbgdfjkacljfjjnpoolgkgealgfjbp
簡介 Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed.
檔案大小 138 KB
安裝次數 1,731
目前版本 0.81
更新時間 2013-04-14
上架時間 2013-04-14
評分 3.17/5 共 12 次評分
開發者 @alecmatias
付費類型 free
支援的語言 en
manifest.json
{
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed.",
    "name": "Unsuggested for Facebook",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery-min.js",
                "mutation_summary.js",
                "unsuggest.js"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "0.81"
}