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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}