Fix X.com Copy Link

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

Apa itu Fix X.com Copy Link?

Fix X.com Copy Link adalah ekstensi Chrome yang dikembangkan oleh Chiwa.net, dan fitur utamanya adalah "Replace the "Copy link" share button for X.com with another domain.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Fix X.com Copy Link

Unduh file ekstensi Fix X.com Copy Link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Fix X.com Copy Link Fix X.com Copy Link
ID aighbdamfnndbemigjcbkdklkegkgmpl
URL Resmi https://chromewebstore.google.com/detail/fix-xcom-copy-link/aighbdamfnndbemigjcbkdklkegkgmpl
Deskripsi Replace the "Copy link" share button for X.com with another domain.
Ukuran File 90.69 KB
Jumlah Instalasi 507
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-12-12
Tanggal Publikasi 2023-12-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Chiwa.net
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://chiwa.net/privacy_policy
Bahasa yang Didukung 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"
}