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ファイルをダウンロード

Ghosted: Hide Annoying People on Facebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}