Clickbait Killer
Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.
什么是Clickbait Killer?
Clickbait Killer是由Devon Fritz开发的Chrome扩展程序,该扩展的主要功能是“Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.”。
扩展截图
下载Clickbait Killer扩展crx文件
下载Clickbait Killer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Clickbait Killer |
ID | bophlajogieadgcmhbphmffneoninfjj |
官方URL | https://chromewebstore.google.com/detail/clickbait-killer/bophlajogieadgcmhbphmffneoninfjj |
简介 | Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing. |
文件大小 | 51.61 KB |
安装次数 | 230 |
当前版本 | 1.0 |
更新时间 | 2015-03-23 |
上架时间 | 2015-03-23 |
评分 | 5.00/5 共2次评分 |
开发者 | Devon Fritz |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |