Fix X.com Copy Link

Replace the "Copy link" share button for X.com with another domain.

什么是Fix X.com Copy Link?

Fix X.com Copy Link是由Chiwa.net开发的Chrome扩展程序,该扩展的主要功能是“Replace the "Copy link" share button for X.com with another domain.”。

扩展截图

screenshot
screenshot

下载Fix X.com Copy Link扩展crx文件

下载Fix X.com Copy Link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replace the "Copy link" share button for X.com with another domain.

v1.2 (2023-12)
Added manual input.

v1.1 (2023-12)
Fixed the issue of copying general content when editing tweets.

v1.0 (2023-12)
Create new extensions.                    

扩展基本信息

名称 Fix X.com Copy Link Fix X.com Copy Link
ID aighbdamfnndbemigjcbkdklkegkgmpl
官方URL https://chromewebstore.google.com/detail/fix-xcom-copy-link/aighbdamfnndbemigjcbkdklkegkgmpl
简介 Replace the "Copy link" share button for X.com with another domain.
文件大小 90.69 KB
安装次数 507
当前版本 1.2
更新时间 2023-12-12
上架时间 2023-12-10
评分 5.00/5 共2次评分
开发者 Chiwa.net
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://chiwa.net/privacy_policy
支持的语言 en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.2",
    "description": "__MSG_extNameDesc__",
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/x.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "default_locale": "en"
}