Clickbait Killer
Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.
Qu'est-ce que Clickbait Killer ?
Clickbait Killer est une extension Chrome développée par Devon Fritz, et sa fonction principale est "Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clickbait Killer
Téléchargez les fichiers d'extension Clickbait Killer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Clickbait Killer |
ID | bophlajogieadgcmhbphmffneoninfjj |
URL Officiel | https://chromewebstore.google.com/detail/clickbait-killer/bophlajogieadgcmhbphmffneoninfjj |
Description | Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing. |
Taille du Fichier | 51.61 KB |
Nombre d'Installations | 230 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-03-23 |
Date de Publication | 2015-03-23 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Devon Fritz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |