Clickbait Assassin
Silently block content from sources of clickbait-like advertising.
¿Qué es Clickbait Assassin?
Clickbait Assassin es una extensión de Chrome desarrollada por Lost in Code, y su función principal es "Silently block content from sources of clickbait-like advertising.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Clickbait Assassin
Descarga archivos de extensión Clickbait Assassin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Clickbait Assassin |
ID | mpjibjffkokidobpgholkpgjiiaedfeg |
URL Oficial | https://chromewebstore.google.com/detail/clickbait-assassin/mpjibjffkokidobpgholkpgjiiaedfeg |
Descripción | Silently block content from sources of clickbait-like advertising. |
Tamaño del Archivo | 23.5 KB |
Cantidad de Instalaciones | 171 |
Versión Actual | 0.1 |
Última Actualización | 2018-05-13 |
Fecha de Publicación | 2018-05-10 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | Lost in Code |
Tipo de Pago | free |
Idiomas Soportados | 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", " |