Hide Twitter Elements
Choose to make your Twitter timeline less crowded by disabling features you do not need.
Hide Twitter Elements là gì?
Hide Twitter Elements là một tiện ích mở rộng Chrome được phát triển bởi https://shodipoayomide.com, và tính năng chính của nó là "Choose to make your Twitter timeline less crowded by disabling features you do not need.".
Ả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 Hide Twitter Elements
Tải xuống các tệp mở rộng Hide Twitter Elements 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
This extension gives you the option to disable interactive elements like "views, comments, retweet & likes" selectively, to make your Twitter timeline less congested.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hide Twitter Elements |
ID | fbffhgacjoeloopjakfbdgcdfaklionn |
URL Chính Thức | https://chromewebstore.google.com/detail/hide-twitter-elements/fbffhgacjoeloopjakfbdgcdfaklionn |
Mô tả | Choose to make your Twitter timeline less crowded by disabling features you do not need. |
Kích Thước Tệp | 2.06 MB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-12-27 |
Ngày Phát Hành | 2022-12-27 |
Nhà Phát Triển | https://shodipoayomide.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Developerayo/Hide-Twitter-Elements |
URL Trang Trợ Giúp | https://twitter.com/developerayo |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter Elements", "description": "Choose to make your Twitter timeline less crowded by disabling features you do not need.", "version": "1.0.2", "icons": { "16": "assets\/images\/logo1.png", "18": "assets\/images\/logo1.png", "128": "assets\/images\/logo1.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "assets\/lib\/jquery.min.js", "content_script.js" ] } ] } |