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