Simplified Twitter
Remove distractions from the new Twitter layout
Simplified Twitter là gì?
Simplified Twitter là một tiện ích mở rộng Chrome được phát triển bởi Bruno Lemos, và tính năng chính của nó là "Remove distractions from the new Twitter layout".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Simplified Twitter
Tải xuống các tệp mở rộng Simplified Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simplified Twitter |
ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
URL Chính Thức | https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg |
Mô tả | Remove distractions from the new Twitter layout |
Kích Thước Tệp | 14.05 KB |
Số Lần Cài Đặt | 2,394 |
Phiên Bản Hiện Tại | 1.8.1 |
Cập Nhật Lần Cuối | 2023-11-22 |
Ngày Phát Hành | 2020-04-25 |
Đánh Giá | 4.70/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Bruno Lemos |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/brunolemos/simplified-twitter |
URL Trang Trợ Giúp | https://github.com/brunolemos/simplified-twitter |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |