Clickbait Assassin

Silently block content from sources of clickbait-like advertising.

Clickbait Assassin là gì?

Clickbait Assassin là một tiện ích mở rộng Chrome được phát triển bởi Lost in Code, và tính năng chính của nó là "Silently block content from sources of clickbait-like advertising.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clickbait Assassin

Tải xuống các tệp mở rộng Clickbait Assassin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clickbait Assassin Clickbait Assassin
ID mpjibjffkokidobpgholkpgjiiaedfeg
URL Chính Thức https://chromewebstore.google.com/detail/clickbait-assassin/mpjibjffkokidobpgholkpgjiiaedfeg
Mô tả Silently block content from sources of clickbait-like advertising.
Kích Thước Tệp 23.5 KB
Số Lần Cài Đặt 171
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-05-13
Ngày Phát Hành 2018-05-10
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Lost in Code
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}