Clickbait Assassin

Silently block content from sources of clickbait-like advertising.

What is Clickbait Assassin?

Clickbait Assassin is a Chrome extension developed by Lost in Code, and its main feature is "Silently block content from sources of clickbait-like advertising.".

Extension Screenshots

screenshot
screenshot

Download Clickbait Assassin Extension CRX File

Download Clickbait Assassin 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

                        Are you sick of seeing clickbait advertising when browsing the web?

You know, those banks of "related" articles at the bottom of articles and blog posts, which bear no relation to what you've actually just read.

Unlike traditional advertising, this content is visually bland, wastes screen space, is often distasteful (you won't believe what she looks like now!) and worst of all, being careful crafted to be as tempting as possible, you actually need to exert small amounts of mental energy to resist clicking on these types of links. That's right - clickbait, even if you don't click it, is stealing mental resources that could be using elsewhere!

Clickbait Assassin attempts to address this dark pattern but removing the main offenders of clickbait from your browsing experience. Traditional advertising is not affected.

The plugin also allows you to add or modify the list of blacklisted domains, so you can customise your experience.                    

Extension Basic Information

Name Clickbait Assassin Clickbait Assassin
ID mpjibjffkokidobpgholkpgjiiaedfeg
Official URL https://chromewebstore.google.com/detail/clickbait-assassin/mpjibjffkokidobpgholkpgjiiaedfeg
Description Silently block content from sources of clickbait-like advertising.
File Size 23.5 KB
Installation Count 171
Current Version 0.1
Last Updated 2018-05-13
Publish Date 2018-05-10
Rating 3.67/5 Total 3 Ratings
Developer Lost in Code
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clickbait Assassin",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Silently block content from sources of clickbait-like advertising.",
    "icons": {
        "640": "ninja.png"
    },
    "browser_action": {
        "default_icon": "ninja.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}