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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}