FxTwitter Embeds Fixer for Discord
Fix broken Twitter/X embeds!
FxTwitter Embeds Fixer for Discord là gì?
FxTwitter Embeds Fixer for Discord là một tiện ích mở rộng Chrome được phát triển bởi yigitaltunay, và tính năng chính của nó là "Fix broken Twitter/X embeds!".
Ả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 FxTwitter Embeds Fixer for Discord
Tải xuống các tệp mở rộng FxTwitter Embeds Fixer for Discord 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
Swap out x.com links for fxtwitter.com links. If you're a Twitter aficionado who loves sharing tweets on Discord, the FXTwitter Link Replacer extension is essential. This tool streamlines and enhances your Twitter sharing on Discord by optimizing the appearance of Twitter links. Simply hit the share button, click 'copy link,' and let the extension take over—it automatically transforms the URL to fxtwitter.com, ensuring a far superior display on Discord!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FxTwitter Embeds Fixer for Discord |
ID | ogmkfillcnchpbgglmjomkmaepehidoc |
URL Chính Thức | https://chromewebstore.google.com/detail/fxtwitter-embeds-fixer-fo/ogmkfillcnchpbgglmjomkmaepehidoc |
Mô tả | Fix broken Twitter/X embeds! |
Kích Thước Tệp | 32.26 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2024-01-03 |
Ngày Phát Hành | 2024-01-03 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | yigitaltunay |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.privacypolicytemplate.net/live.php?token=7K29LKztmS5hgerPdw0ZO88pH8WKzs6m |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FxTwitter Embeds Fixer for Discord", "version": "0.0.1", "description": "Fix broken Twitter\/X embeds!", "action": { "default_icon": "icons\/logo.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "web_accessible_resources": [ { "resources": [ "copy.png" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ] } |