Remove Unnecessary Tweets
Extension removes tweets other people's likes, from your timeline.
Remove Unnecessary Tweets là gì?
Remove Unnecessary Tweets là một tiện ích mở rộng Chrome được phát triển bởi emreerkoca, và tính năng chính của nó là "Extension removes tweets other people's likes, from your timeline.".
Ả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 Remove Unnecessary Tweets
Tải xuống các tệp mở rộng Remove Unnecessary Tweets 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
You' re following some account for information but some people like funny tweets. If you think this is time loosing and you don' t want to see 'X liked this' etc. tweets, you can use this. So you can obtain more good Twitter timeline.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | daicnhdooapknokokdpigjfmljkiekmd |
URL Chính Thức | https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd |
Mô tả | Extension removes tweets other people's likes, from your timeline. |
Kích Thước Tệp | 6.95 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2020-11-05 |
Ngày Phát Hành | 2020-11-05 |
Nhà Phát Triển | emreerkoca |
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": "Remove Unnecessary Tweets", "description": "Extension removes tweets other people's likes, from your timeline.", "version": "0.0.2", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "browser_action": { "default_icon": "twitter_icon.png", "default_popup": "popup.html" } } |