Disable Twitter Feed
Removes the timeline on Twitter's homepage.
Disable Twitter Feed là gì?
Disable Twitter Feed là một tiện ích mở rộng Chrome được phát triển bởi https://lukasrosenstock.net, và tính năng chính của nó là "Removes the timeline on Twitter's homepage.".
Ả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 Disable Twitter Feed
Tải xuống các tệp mở rộng Disable Twitter Feed 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Disable Twitter Feed |
ID | oppnglmfkpdfodnepgilhcagbbdojekd |
URL Chính Thức | https://chromewebstore.google.com/detail/disable-twitter-feed/oppnglmfkpdfodnepgilhcagbbdojekd |
Mô tả | Removes the timeline on Twitter's homepage. |
Kích Thước Tệp | 8 KB |
Số Lần Cài Đặt | 388 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-12-04 |
Ngày Phát Hành | 2020-12-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://lukasrosenstock.net |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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]" } } |