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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chiwa.net และคุณลักษณะหลักของมันคือ "Replace the "Copy link" share button for X.com with another domain."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fix X.com Copy Link

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}