Fix X.com Copy Link

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

What is Fix X.com Copy Link?

Fix X.com Copy Link is a Chrome extension developed by Chiwa.net, and its main feature is "Replace the "Copy link" share button for X.com with another domain.".

Extension Screenshots

screenshot
screenshot

Download Fix X.com Copy Link Extension CRX File

Download Fix X.com Copy Link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fix X.com Copy Link Fix X.com Copy Link
ID aighbdamfnndbemigjcbkdklkegkgmpl
Official URL https://chromewebstore.google.com/detail/fix-xcom-copy-link/aighbdamfnndbemigjcbkdklkegkgmpl
Description Replace the "Copy link" share button for X.com with another domain.
File Size 90.69 KB
Installation Count 507
Current Version 1.2
Last Updated 2023-12-12
Publish Date 2023-12-10
Rating 5.00/5 Total 2 Ratings
Developer Chiwa.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://chiwa.net/privacy_policy
Supported Languages 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"
}