Ghosted: Hide Annoying People on Facebook

Makes annoying people vanish.

Ghosted: Hide Annoying People on Facebook란 무엇입니까?

Ghosted: Hide Annoying People on Facebook은(는) Andrew Theroux에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes annoying people vanish."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ghosted: Hide Annoying People on Facebook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ghosted is a lightweight Chrome extension that hides annoying people on Facebook (without blocking them).

Why use ghosted? You could unfollow someone, but that doesn't prevent you from seeing their comments or posts in groups and events.

Or you could block someone, but that's a rather heavy-handed solution. The blocked person might figure out that they've been blocked, which is not always what you want.

Ghosted makes the offending party's comments and posts fade or vanish. But if you need to see a ghosted person, it takes just 1 click to restore them to full visibility.

Useful for trolls, embarrassing relatives, frenemies, and jilted lovers.

Ghosted is completely unoffocial and not affiliated with Facebook, Inc. in any way.                    

확장 프로그램 기본 정보

이름 Ghosted: Hide Annoying People on Facebook Ghosted: Hide Annoying People on Facebook
ID kbbpmdodkccfnnkhmdelpnnjbackdmgg
공식 URL https://chromewebstore.google.com/detail/ghosted-hide-annoying-peo/kbbpmdodkccfnnkhmdelpnnjbackdmgg
설명 Makes annoying people vanish.
파일 크기 43.94 KB
설치 횟수 230
현재 버전 1.1.1
최근 업데이트 2015-10-13
출시 날짜 2015-10-13
평점 3.92/5 총 13 개의 평점
개발자 Andrew Theroux
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/theroux/ghosted
도움말 페이지 URL https://github.com/theroux/ghosted
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ghosted: Hide Annoying People on Facebook",
    "short_name": "Ghosted",
    "description": "Makes annoying people vanish.",
    "author": "Andrew Theroux, Brandon Hunter",
    "version": "1.1.1",
    "homepage_url": "https:\/\/github.com\/theroux\/ghosted",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.facebook.com\/",
        "http:\/\/www.facebook.com\/",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "bootstrap.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "libs\/underscore.min.js",
                "ghosted.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Ghosted",
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    }
}