FxTwitter Embeds Fixer for Discord

Fix broken Twitter/X embeds!

Qu'est-ce que FxTwitter Embeds Fixer for Discord ?

FxTwitter Embeds Fixer for Discord est une extension Chrome développée par yigitaltunay, et sa fonction principale est "Fix broken Twitter/X embeds!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FxTwitter Embeds Fixer for Discord

Téléchargez les fichiers d'extension FxTwitter Embeds Fixer for Discord au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom FxTwitter Embeds Fixer for Discord FxTwitter Embeds Fixer for Discord
ID ogmkfillcnchpbgglmjomkmaepehidoc
URL Officiel https://chromewebstore.google.com/detail/fxtwitter-embeds-fixer-fo/ogmkfillcnchpbgglmjomkmaepehidoc
Description Fix broken Twitter/X embeds!
Taille du Fichier 32.26 KB
Nombre d'Installations 32
Version Actuelle 0.0.1
Dernière Mise à Jour 2024-01-03
Date de Publication 2024-01-03
Évaluation 5.00/5 Total 3 Évaluations
Développeur yigitaltunay
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.privacypolicytemplate.net/live.php?token=7K29LKztmS5hgerPdw0ZO88pH8WKzs6m
Langues Prises en Charge 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"
            ]
        }
    ]
}