Clickbait Assassin

Silently block content from sources of clickbait-like advertising.

什么是Clickbait Assassin?

Clickbait Assassin是由Lost in Code开发的Chrome扩展程序,该扩展的主要功能是“Silently block content from sources of clickbait-like advertising.”。

扩展截图

screenshot
screenshot

下载Clickbait Assassin扩展crx文件

下载Clickbait Assassin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Clickbait Assassin Clickbait Assassin
ID mpjibjffkokidobpgholkpgjiiaedfeg
官方URL https://chromewebstore.google.com/detail/clickbait-assassin/mpjibjffkokidobpgholkpgjiiaedfeg
简介 Silently block content from sources of clickbait-like advertising.
文件大小 23.5 KB
安装次数 171
当前版本 0.1
更新时间 2018-05-13
上架时间 2018-05-10
评分 3.67/5 共3次评分
开发者 Lost in Code
付费类型 free
支持的语言 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",
        ""
    ]
}