FxTwitter Embeds Fixer for Discord

Fix broken Twitter/X embeds!

Cos'è FxTwitter Embeds Fixer for Discord?

FxTwitter Embeds Fixer for Discord è un'estensione di Chrome sviluppata da yigitaltunay, e la sua funzione principale è "Fix broken Twitter/X embeds!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FxTwitter Embeds Fixer for Discord

Scarica i file di estensione FxTwitter Embeds Fixer for Discord in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome FxTwitter Embeds Fixer for Discord FxTwitter Embeds Fixer for Discord
ID ogmkfillcnchpbgglmjomkmaepehidoc
URL Ufficiale https://chromewebstore.google.com/detail/fxtwitter-embeds-fixer-fo/ogmkfillcnchpbgglmjomkmaepehidoc
Descrizione Fix broken Twitter/X embeds!
Dimensione del File 32.26 KB
Conteggio Installazioni 32
Versione Corrente 0.0.1
Ultimo Aggiornamento 2024-01-03
Data di Pubblicazione 2024-01-03
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore yigitaltunay
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.privacypolicytemplate.net/live.php?token=7K29LKztmS5hgerPdw0ZO88pH8WKzs6m
Lingue Supportate 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"
            ]
        }
    ]
}