Clickbait Killer

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

What is Clickbait Killer?

Clickbait Killer is a Chrome extension developed by Devon Fritz, and its main feature is "Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.".

Extension Screenshots

screenshot

Download Clickbait Killer Extension CRX File

Download Clickbait Killer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Clickbait Killer Clickbait Killer
ID bophlajogieadgcmhbphmffneoninfjj
Official URL https://chromewebstore.google.com/detail/clickbait-killer/bophlajogieadgcmhbphmffneoninfjj
Description Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.
File Size 51.61 KB
Installation Count 230
Current Version 1.0
Last Updated 2015-03-23
Publish Date 2015-03-23
Rating 5.00/5 Total 2 Ratings
Developer Devon Fritz
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}