Clickbait Killer
Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.
¿Qué es Clickbait Killer?
Clickbait Killer es una extensión de Chrome desarrollada por Devon Fritz, y su función principal es "Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Clickbait Killer
Descarga archivos de extensión Clickbait Killer 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
Sick of looking at clickbait and other nonsense on Facebook? This app automatically filters garbage "content" from your Facebook news feed according to a blacklist you maintain. In the future, you will be able to not only filter on website names, but on suspect phrases (e.g. "totally awesome") as well.
Información Básica de la Extensión
Nombre | Clickbait Killer |
ID | bophlajogieadgcmhbphmffneoninfjj |
URL Oficial | https://chromewebstore.google.com/detail/clickbait-killer/bophlajogieadgcmhbphmffneoninfjj |
Descripción | Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing. |
Tamaño del Archivo | 51.61 KB |
Cantidad de Instalaciones | 230 |
Versión Actual | 1.0 |
Última Actualización | 2015-03-23 |
Fecha de Publicación | 2015-03-23 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Devon Fritz |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clickbait Killer", "version": "1.0", "description": "Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.", "icons": { "128": "skull-1-icon.png" }, "browser_action": { "default_icon": "skull-1-icon.png", "default_popup": "gui.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "main.css" ], "js": [ "third-party\/jquery-2.1.1.min.js", "common.js", "removecb.js" ] } ] } |