Fix X.com Copy Link

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

Fix X.com Copy Link là gì?

Fix X.com Copy Link là một tiện ích mở rộng Chrome được phát triển bởi Chiwa.net, và tính năng chính của nó là "Replace the "Copy link" share button for X.com with another domain.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fix X.com Copy Link

Tải xuống các tệp mở rộng Fix X.com Copy Link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fix X.com Copy Link Fix X.com Copy Link
ID aighbdamfnndbemigjcbkdklkegkgmpl
URL Chính Thức https://chromewebstore.google.com/detail/fix-xcom-copy-link/aighbdamfnndbemigjcbkdklkegkgmpl
Mô tả Replace the "Copy link" share button for X.com with another domain.
Kích Thước Tệp 90.69 KB
Số Lần Cài Đặt 507
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-12-12
Ngày Phát Hành 2023-12-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Chiwa.net
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://chiwa.net/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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"
}