X Repost Omitted
An extension to hide X (formerly Twitter) reposts.
X Repost Omitted là gì?
X Repost Omitted là một tiện ích mở rộng Chrome được phát triển bởi developer.waieight., và tính năng chính của nó là "An extension to hide X (formerly Twitter) reposts.".
Ả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 X Repost Omitted
Tải xuống các tệp mở rộng X Repost Omitted 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 can view it by clicking on the ▼ icon. This is a great extension for those who don't need reposts but are curious about what kind of reposts you have made.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | X Repost Omitted |
ID | aagmfjihkcmppkieikhehgihiemdmpfd |
URL Chính Thức | https://chromewebstore.google.com/detail/x-repost-omitted/aagmfjihkcmppkieikhehgihiemdmpfd |
Mô tả | An extension to hide X (formerly Twitter) reposts. |
Kích Thước Tệp | 41.5 KB |
Số Lần Cài Đặt | 291 |
Phiên Bản Hiện Tại | 0.0.0.58 |
Cập Nhật Lần Cuối | 2024-01-17 |
Ngày Phát Hành | 2020-09-27 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | developer.waieight. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://waieight.hatenablog.jp/ |
URL Trang Chính Sách Bảo Mật | https://waieight.hatenablog.jp/entry/2021/03/23/180238 |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "X Repost Omitted", "version": "8.0.0.58", "version_name": "0.0.0.58", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "\/icon\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "\/jquery\/jquery-3.7.1.min.js", "\/js\/omitted.js" ], "css": [ "\/css\/omitted.css" ], "run_at": "document_start" } ] } |