FxTwitter Embeds Fixer for Discord
Fix broken Twitter/X embeds!
FxTwitter Embeds Fixer for Discordคืออะไร?
FxTwitter Embeds Fixer for Discord เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yigitaltunay และคุณลักษณะหลักของมันคือ "Fix broken Twitter/X embeds!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FxTwitter Embeds Fixer for Discord
ดาวน์โหลดไฟล์ส่วนขยาย FxTwitter Embeds Fixer for Discord ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FxTwitter Embeds Fixer for Discord |
ID | ogmkfillcnchpbgglmjomkmaepehidoc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fxtwitter-embeds-fixer-fo/ogmkfillcnchpbgglmjomkmaepehidoc |
คำอธิบาย | Fix broken Twitter/X embeds! |
ขนาดไฟล์ | 32.26 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2024-01-03 |
วันที่เผยแพร่ | 2024-01-03 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | yigitaltunay |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.privacypolicytemplate.net/live.php?token=7K29LKztmS5hgerPdw0ZO88pH8WKzs6m |
ภาษาที่รองรับ | 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" ] } ] } |