Clickbait Assassin
Silently block content from sources of clickbait-like advertising.
Was ist Clickbait Assassin?
Clickbait Assassin ist eine Chrome-Erweiterung, die von Lost in Code entwickelt wurde, und ihr Hauptmerkmal ist "Silently block content from sources of clickbait-like advertising.".
Erweiterungsscreenshots
Clickbait Assassin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clickbait Assassin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Clickbait Assassin |
ID | mpjibjffkokidobpgholkpgjiiaedfeg |
Offizielle URL | https://chromewebstore.google.com/detail/clickbait-assassin/mpjibjffkokidobpgholkpgjiiaedfeg |
Beschreibung | Silently block content from sources of clickbait-like advertising. |
Dateigröße | 23.5 KB |
Installationsanzahl | 171 |
Aktuelle Version | 0.1 |
Letztes Update | 2018-05-13 |
Veröffentlichungsdatum | 2018-05-10 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Lost in Code |
Zahlungsart | free |
Unterstützte Sprachen | 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", " |