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
官方網址 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"
}