Clickbait Killer

Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.

Clickbait Killerとは何ですか?

Clickbait KillerはDevon Fritzによって開発されたChromeの拡張機能で、その主な機能は「Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.」です。

拡張機能のスクリーンショット

screenshot

Clickbait Killer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Sick of looking at clickbait and other nonsense on Facebook? This app automatically filters garbage "content" from your Facebook news feed according to a blacklist you maintain. 

In the future, you will be able to not only filter on website names, but on suspect phrases (e.g. "totally awesome") as well.                    

拡張機能の基本情報

名前 Clickbait Killer Clickbait Killer
ID bophlajogieadgcmhbphmffneoninfjj
公式URL https://chromewebstore.google.com/detail/clickbait-killer/bophlajogieadgcmhbphmffneoninfjj
説明 Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.
ファイルサイズ 51.61 KB
インストール数 230
現在のバージョン 1.0
最終更新日 2015-03-23
公開日 2015-03-23
評価 5.00/5 合計 2 レビュー
開発者 Devon Fritz
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clickbait Killer",
    "version": "1.0",
    "description": "Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.",
    "icons": {
        "128": "skull-1-icon.png"
    },
    "browser_action": {
        "default_icon": "skull-1-icon.png",
        "default_popup": "gui.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "third-party\/jquery-2.1.1.min.js",
                "common.js",
                "removecb.js"
            ]
        }
    ]
}