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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}