FxTwitter Embeds Fixer for Discord

Fix broken Twitter/X embeds!

Wat is FxTwitter Embeds Fixer for Discord?

FxTwitter Embeds Fixer for Discord is een Chrome-extensie ontwikkeld door yigitaltunay, en de belangrijkste functie is "Fix broken Twitter/X embeds!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FxTwitter Embeds Fixer for Discord

Download FxTwitter Embeds Fixer for Discord-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam FxTwitter Embeds Fixer for Discord FxTwitter Embeds Fixer for Discord
ID ogmkfillcnchpbgglmjomkmaepehidoc
Officiële URL https://chromewebstore.google.com/detail/fxtwitter-embeds-fixer-fo/ogmkfillcnchpbgglmjomkmaepehidoc
Beschrijving Fix broken Twitter/X embeds!
Bestandsgrootte 32.26 KB
Aantal Installaties 32
Huidige Versie 0.0.1
Laatst Bijgewerkt 2024-01-03
Publicatiedatum 2024-01-03
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar yigitaltunay
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.privacypolicytemplate.net/live.php?token=7K29LKztmS5hgerPdw0ZO88pH8WKzs6m
Ondersteunde Talen 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"
            ]
        }
    ]
}