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!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FxTwitter Embeds Fixer for Discord

قم بتنزيل ملفات الامتداد FxTwitter Embeds Fixer for Discord بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}