Fix X.com Copy Link

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

Qu'est-ce que Fix X.com Copy Link ?

Fix X.com Copy Link est une extension Chrome développée par Chiwa.net, et sa fonction principale est "Replace the "Copy link" share button for X.com with another domain.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fix X.com Copy Link

Téléchargez les fichiers d'extension Fix X.com Copy Link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Fix X.com Copy Link Fix X.com Copy Link
ID aighbdamfnndbemigjcbkdklkegkgmpl
URL Officiel https://chromewebstore.google.com/detail/fix-xcom-copy-link/aighbdamfnndbemigjcbkdklkegkgmpl
Description Replace the "Copy link" share button for X.com with another domain.
Taille du Fichier 90.69 KB
Nombre d'Installations 507
Version Actuelle 1.2
Dernière Mise à Jour 2023-12-12
Date de Publication 2023-12-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur Chiwa.net
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://chiwa.net/privacy_policy
Langues Prises en Charge 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"
}