FxTwitter Embeds Fixer for Discord

Fix broken Twitter/X embeds!

FxTwitter Embeds Fixer for Discord क्या है?

FxTwitter Embeds Fixer for Discord yigitaltunay द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fix broken Twitter/X embeds!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FxTwitter Embeds Fixer for Discord एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
            ]
        }
    ]
}