FxTwitter Embeds Fixer for Discord

Fix broken Twitter/X embeds!

FxTwitter Embeds Fixer for Discordとは何ですか?

FxTwitter Embeds Fixer for Discordはyigitaltunayによって開発されたChromeの拡張機能で、その主な機能は「Fix broken Twitter/X embeds!」です。

拡張機能のスクリーンショット

screenshot

FxTwitter Embeds Fixer for Discord拡張機能のCRXファイルをダウンロード

FxTwitter Embeds Fixer for Discord拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}