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
电子邮箱 [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"
            ]
        }
    ]
}