Clickbait Assassin

Silently block content from sources of clickbait-like advertising.

Vad är Clickbait Assassin?

Clickbait Assassin är en Chrome-tillägg utvecklad av Lost in Code, och dess huvudfunktion är "Silently block content from sources of clickbait-like advertising.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Clickbait Assassin-förlängningens CRX-fil

Ladda ner Clickbait Assassin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Clickbait Assassin Clickbait Assassin
ID mpjibjffkokidobpgholkpgjiiaedfeg
Officiell webbadress https://chromewebstore.google.com/detail/clickbait-assassin/mpjibjffkokidobpgholkpgjiiaedfeg
Beskrivning Silently block content from sources of clickbait-like advertising.
Filstorlek 23.5 KB
Antal Installationer 171
Aktuell Version 0.1
Senast Uppdaterad 2018-05-13
Publiceringsdatum 2018-05-10
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare Lost in Code
Betalningssätt free
Stödda Språk 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",
        ""
    ]
}