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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}