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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
}