Kill Twitter
Gets rid of Twitter news feed.
什么是Kill Twitter?
Kill Twitter是由Nabeel Qureshi开发的Chrome扩展程序,该扩展的主要功能是“Gets rid of Twitter news feed.”。
扩展截图
下载Kill Twitter扩展crx文件
下载Kill Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
I wrote this extension to stop myself from wasting time on Twitter. It worked. The extension kills the news feed and adds a message telling you to go do some work. It also removes the "Moments" tab, but keeps your notifications and messages tabs. No more wasting time on Twitter. No more getting distracted when you log on to send a message. It's that simple.
扩展基本信息
名称 | Kill Twitter |
ID | ndblfolgapkbmjgfodhcpfpekoelkhln |
官方URL | https://chromewebstore.google.com/detail/kill-twitter/ndblfolgapkbmjgfodhcpfpekoelkhln |
简介 | Gets rid of Twitter news feed. |
文件大小 | 61.34 KB |
安装次数 | 48 |
当前版本 | 1.0.0 |
更新时间 | 2018-03-28 |
上架时间 | 2018-03-28 |
评分 | 3.67/5 共6次评分 |
开发者 | Nabeel Qureshi |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kill Twitter", "version": "1.0.0", "description": "Gets rid of Twitter news feed.", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "jquery.min.js", "kill_twitter.js" ], "run_at": "document_start" } ], "manifest_version": 2 } |