Remove Twitter Views
Remove Views button from Twitter
Remove Twitter Views là gì?
Remove Twitter Views là một tiện ích mở rộng Chrome được phát triển bởi igorhaagrod, và tính năng chính của nó là "Remove Views button from Twitter".
Ả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 Twitter Views
Tải xuống các tệp mở rộng Remove Twitter Views 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
After Elon Musk completely destroyed Twitter, extensions like this are needed. The focus of this one is, for now, removing the "views" button from the web app.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove Twitter Views |
ID | nebfimpiljmmgfgaiaponfmcopndjkpg |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-twitter-views/nebfimpiljmmgfgaiaponfmcopndjkpg |
Mô tả | Remove Views button from Twitter |
Kích Thước Tệp | 7.8 KB |
Số Lần Cài Đặt | 171 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-12-25 |
Ngày Phát Hành | 2022-12-25 |
Đánh Giá | 4.73/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | igorhaagrod |
[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": 3, "name": "Remove Twitter Views", "description": "Remove Views button from Twitter", "version": "1.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "remove-views.html", "default_icon": "icon32.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "content-script.js" ] } ] } |