Simplified Twitter
Remove distractions from the new Twitter layout
什么是Simplified Twitter?
Simplified Twitter是由Bruno Lemos开发的Chrome扩展程序,该扩展的主要功能是“Remove distractions from the new Twitter layout”。
扩展截图
下载Simplified Twitter扩展crx文件
下载Simplified Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Improve the Twitter experience by decluttering the layout: No trends column, no giant menu, no distracting elements. Focus on what matters: the tweets. AVAILABLE FOR ALL BROWSERS.
扩展基本信息
名称 | Simplified Twitter |
ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
官方URL | https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg |
简介 | Remove distractions from the new Twitter layout |
文件大小 | 14.05 KB |
安装次数 | 2,394 |
当前版本 | 1.8.1 |
更新时间 | 2023-11-22 |
上架时间 | 2020-04-25 |
评分 | 4.70/5 共20次评分 |
开发者 | Bruno Lemos |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/brunolemos/simplified-twitter |
帮助页面URL | https://github.com/brunolemos/simplified-twitter |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simplified Twitter", "version": "1.8.1", "description": "Remove distractions from the new Twitter layout", "short_name": "Simplified Twitter", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/x.com\/*", "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "css": [ "styles.css" ], "js": [ "index.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |