Clickbait Assassin
Silently block content from sources of clickbait-like advertising.
Cos'è Clickbait Assassin?
Clickbait Assassin è un'estensione di Chrome sviluppata da Lost in Code, e la sua funzione principale è "Silently block content from sources of clickbait-like advertising.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clickbait Assassin
Scarica i file di estensione Clickbait Assassin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Clickbait Assassin |
ID | mpjibjffkokidobpgholkpgjiiaedfeg |
URL Ufficiale | https://chromewebstore.google.com/detail/clickbait-assassin/mpjibjffkokidobpgholkpgjiiaedfeg |
Descrizione | Silently block content from sources of clickbait-like advertising. |
Dimensione del File | 23.5 KB |
Conteggio Installazioni | 171 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2018-05-13 |
Data di Pubblicazione | 2018-05-10 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Lost in Code |
Tipo di Pagamento | free |
Lingue Supportate | 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", " |