Disable Twitter Feed
Removes the timeline on Twitter's homepage.
什么是Disable Twitter Feed?
Disable Twitter Feed是由https://lukasrosenstock.net开发的Chrome扩展程序,该扩展的主要功能是“Removes the timeline on Twitter's homepage.”。
扩展截图
下载Disable Twitter Feed扩展crx文件
下载Disable Twitter Feed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Twitter timeline can be a rabbit-hole that hurts your productivity. Disable Twitter Feed is a minimalist, single-purpose add-on without any configuration options. It does one thing: removing the timeline on Twitter's homepage. All other functionality (e.g., private messages, opening individual profiles) remains intact.
扩展基本信息
名称 | Disable Twitter Feed |
ID | oppnglmfkpdfodnepgilhcagbbdojekd |
官方URL | https://chromewebstore.google.com/detail/disable-twitter-feed/oppnglmfkpdfodnepgilhcagbbdojekd |
简介 | Removes the timeline on Twitter's homepage. |
文件大小 | 8 KB |
安装次数 | 388 |
当前版本 | 1.0 |
更新时间 | 2020-12-04 |
上架时间 | 2020-12-03 |
评分 | 5.00/5 共2次评分 |
开发者 | https://lukasrosenstock.net |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Disable Twitter Feed", "version": "1.0", "description": "Removes the timeline on Twitter's homepage.", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "disablefeed.js" ], "run_at": "document_start" } ], "icons": { "48": "icon.png", "96": "[email protected]" } } |