ClickBaiter

ClickBaiter flags items that are clickbait from your newsfeed.

What is ClickBaiter?

ClickBaiter is a Chrome extension developed by George Portillo, and its main feature is "ClickBaiter flags items that are clickbait from your newsfeed.".

Extension Screenshots

screenshot

Download ClickBaiter Extension CRX File

Download ClickBaiter 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

                        ClickBaiter flags or removes clickbait from your Facebook newsfeed. It reads titles such as "YOU WON'T BELIEVE WHAT HAPPENS NEXT!", "CLICK HERE TO FIND OUT...", etc. Those posts are very fucking annoying. This extension takes care of that.

Again, I'm constantly searching for new spammy titles, but you should be able to get rid of the most common and annoying ones.                    

Extension Basic Information

Name ClickBaiter ClickBaiter
ID higbjfeplcgeenmdmcjofmfogogceaaa
Official URL https://chromewebstore.google.com/detail/clickbaiter/higbjfeplcgeenmdmcjofmfogogceaaa
Description ClickBaiter flags items that are clickbait from your newsfeed.
File Size 202 KB
Installation Count 94
Current Version 0.5
Last Updated 2015-11-13
Publish Date 2015-11-12
Rating 5.00/5 Total 14 Ratings
Developer George Portillo
Payment Type free
Extension Website http://www.facebook.com/theadmindude
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ClickBaiter",
    "description": "ClickBaiter flags items that are clickbait from your newsfeed.",
    "version": "0.5",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "clickbaitpopup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "clickbaiter.js"
            ],
            "css": [
                "clickbaiter.css"
            ]
        }
    ]
}