FxTwitter Embeds Fixer for Discord

Fix broken Twitter/X embeds!

Was ist FxTwitter Embeds Fixer for Discord?

FxTwitter Embeds Fixer for Discord ist eine Chrome-Erweiterung, die von yigitaltunay entwickelt wurde, und ihr Hauptmerkmal ist "Fix broken Twitter/X embeds!".

Erweiterungsscreenshots

screenshot

FxTwitter Embeds Fixer for Discord-Erweiterungs-CRX-Datei herunterladen

Laden Sie FxTwitter Embeds Fixer for Discord-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name FxTwitter Embeds Fixer for Discord FxTwitter Embeds Fixer for Discord
ID ogmkfillcnchpbgglmjomkmaepehidoc
Offizielle URL https://chromewebstore.google.com/detail/fxtwitter-embeds-fixer-fo/ogmkfillcnchpbgglmjomkmaepehidoc
Beschreibung Fix broken Twitter/X embeds!
Dateigröße 32.26 KB
Installationsanzahl 32
Aktuelle Version 0.0.1
Letztes Update 2024-01-03
Veröffentlichungsdatum 2024-01-03
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler yigitaltunay
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.privacypolicytemplate.net/live.php?token=7K29LKztmS5hgerPdw0ZO88pH8WKzs6m
Unterstützte Sprachen 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"
            ]
        }
    ]
}